-
-
Notifications
You must be signed in to change notification settings - Fork 11
Concurrency tests #106
Copy link
Copy link
Open
Description
Consider adding bank-account and parallel-letter-frequency tests with concurrency support.
On unix platforms we will need cthreads
https://www.freepascal.org/docs-html/rtl/cthreads/index.html
{$ifdef unix}
cthreads,
{$endif}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels