gabr42 / gabr42/OmniThreadLibrary

Parallel.For() does not support Int64 (but Delphi's TParallel.For() does)

Open
#180 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Pascal
Stars
513
Forks
147
PR merge metrics
No merged PRs in 30d

Description

This code

Parallel.For(0, Count).Execute(

procedure(I: Int64)
begin
end);

is not allowed: There is no overloaded version of 'Execute' that can be called with these arguments.

Delphi's TParallel.For() does support Int64.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.