gabr42 / gabr42/OmniThreadLibrary
Parallel.For() does not support Int64 (but Delphi's TParallel.For() does)
Open
- 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.