Beginning to restructure the task and thread system.
This defines the thread and task system better.
This commit is contained in:
@ -6,7 +6,7 @@ description = "A Rust task scheduler."
|
||||
license = ""
|
||||
repository = "https://gitlab.com/CyberMages/apprentice.git"
|
||||
documentation = ""
|
||||
keywords = ["scheduler", "task", "thread"]
|
||||
keywords = ["apprentice", "scheduler", "task", "thread"]
|
||||
|
||||
|
||||
[dependencies.chrono]
|
||||
@ -14,6 +14,3 @@ git = "https://gitlab.com/CyberMages/chrono.git"
|
||||
|
||||
[dependencies.scribe]
|
||||
git = "https://gitlab.com/CyberMages/scribe.git"
|
||||
|
||||
[dependencies.spellbook]
|
||||
git = "https://gitlab.com/CyberMages/spellbook.git"
|
||||
|
Reference in New Issue
Block a user