Tasks can now be added to computer or blocking threads.
The tasks are now objects that implement Taskable.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
/// The different states a Task can go through during its lifetime.
|
||||
#[derive(Clone, Copy)]
|
||||
pub enum TaskState
|
||||
{
|
||||
/// The state that every Task starts in.
|
||||
|
Reference in New Issue
Block a user