Skip to content

Out of memory #194

@achinastone

Description

@achinastone

The follow code lead "out of memory"

procedure TForm1.Button1Click(Sender: TObject);
begin
repeat
Parallel.For(1, 10).Execute
(
procedure (AIndex: Integer)
begin
end
);
until False;
end;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions