version/0.0.1
Pre-release
Pre-release
Changelog
version / 0.0.1
- SimboliThread<fn, number of threads in the thread pool, queue size for each thread in the thread pool>
- spawn task using spawn_task method on SimboliThread
- join method, joining threads in thread pools, does not ensure that all tasks have completed execution before the thread stops
- join_directly method, joining threads in thread pools, does not ensure that all tasks have completed execution before the thread stops