slide-rs / fibe-rs

Fiberized task queue in Rust
Apache License 2.0
11 stars 0 forks source link

Ability to add `Main` to the threadpool. #22

Open ghost opened 9 years ago

ghost commented 9 years ago

The idea here is that the Main thread can be added as part of the thread pool. This works with #21 and allows your IO/GL threads to be used for other work if they are waiting on input.