Skip to content

Concurrency tests #106

@keiravillekode

Description

@keiravillekode

Consider adding bank-account and parallel-letter-frequency tests with concurrency support.

On unix platforms we will need cthreads

https://wiki.freepascal.org/Multithreaded_Application_Tutorial#Units_needed_for_a_multi-threaded_application

https://www.freepascal.org/docs-html/rtl/cthreads/index.html

{$ifdef unix}
  cthreads,
{$endif}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions