Crates.io | breadthread |
lib.rs | breadthread |
version | 0.1.4 |
source | src |
created_at | 2021-06-15 05:34:42.671905 |
updated_at | 2023-03-30 22:38:02.473278 |
description | GUI abstraction; adds a thread controller that helps get some bread |
homepage | https://github.com/notgull/breadthread#readme |
repository | https://github.com/notgull/breadthread |
max_upload_size | |
id | 410261 |
size | 40,808 |
It was probably a bad idea to use this crate in the first place.
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.
MIT/Apache2 License