breadthread 0.1.4

GUI abstraction; adds a thread controller that helps get some bread
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Deprecated


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

# breadthread


[![Build Status](https://dev.azure.com/jtnunley01/gui-tools/_apis/build/status/notgull.breadthread?branchName=master)](https://dev.azure.com/jtnunley01/gui-tools/_build/latest?definitionId=17&branchName=master) [![crates.io](https://img.shields.io/crates/v/breadthread)](https://crates.io/crates/breadthread) [![docs.rs](https://docs.rs/breadthread/badge.svg)](https://docs.rs/breadthread) 

`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