Skip to content

Releases: sagebind/threadfin

Platform support update

06 Feb 01:55
Compare
Choose a tag to compare

Fixed

  • Support more platforms by limiting atomic counters to widths supported by the target platform. (#4) @sagebind

Dependency Updates

MSRV update

06 Dec 03:13
Compare
Choose a tag to compare

Changed

  • Reduce internal uses of unsafe and make crate compatible with older Rust versions. The MSRV can now be lowered to 1.46.

Initial release

03 Nov 04:10
Compare
Choose a tag to compare

Initial release of Threadfin! This implements the following features:

  • Dynamically sized thread pools
  • Full async support
  • Common thread pool instance