Compare commits

..

2 Commits

Author SHA1 Message Date
368ce7da9e v0.4.6 thread scheduler 2024-10-16 21:22:01 -07:00
13621022e1 export Runnable type 2024-10-16 21:22:01 -07:00

View File

@ -10,4 +10,4 @@ pub mod instance;
mod number_sequence;
mod color_sequence;
pub use runner::{Runner,Error};
pub use runner::{Runner,Runnable,Error};