exercism / exercism/free-pascal

Concurrency tests

Open
#106 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Pascal
Stars
12
Forks
13
Avg merge
1h 37m
Merged PRs (30d)
1

Description

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}
```

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.