add a JobPool type to better abstract over repeat asynchronous work

This commit is contained in:
2022-08-22 19:30:07 -07:00
parent 5fff872890
commit 284b7368ef
4 changed files with 174 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ pub mod meas;
pub mod render;
pub mod sim;
pub mod stim;
pub mod worker;
pub use driver::*;
pub use sim::*;