Beginning to restructure the task and thread system.
This defines the thread and task system better.
This commit is contained in:
@ -8,7 +8,7 @@ pub enum TaskState
|
||||
Starting,
|
||||
|
||||
/// The state that each Task is in while it is actually
|
||||
/// being process and running on a thread.
|
||||
/// being processed and running on a thread.
|
||||
///
|
||||
/// The PROCESSING state can only lead to WAITING,
|
||||
/// FINISHED, or UNKNOWN states.
|
||||
|
Reference in New Issue
Block a user