Skip to content

version/0.0.1

Pre-release
Pre-release

Choose a tag to compare

@araxnoid-code araxnoid-code released this 21 Feb 17:39

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