Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 803 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 803 Bytes

Deprecated

It was probably a bad idea to use this crate in the first place.

breadthread

Build Status crates.io docs.rs

breadthread provides a thread for getting that bread.

Certain APIs are thread unsafe, and it would be nice to be able to use them in a thread-safe context, since certain runtimes require data to be Send. breadthread provides a mechanism to export this work to another thread.

License

MIT/Apache2 License