A threading library for Fortran.
This is an extremely simple binding to POSIX pthread.
It comes with two useful components:
- A thread pool/dispatcher.
- A concurrent dense FIFO linked queue.
In your fpm.toml add:
[dependencies]
forthread = { git = "https://github.com/jordan4ibanez/forthread" }
Like what I do? My Patreon