Beginning to restructure the task and thread system.

This defines the thread and task system better.
This commit is contained in:
Jason Travis Smith
2016-06-22 17:17:59 -04:00
parent 28ab99e867
commit 5d4e3ab9fa
6 changed files with 51 additions and 16 deletions

View File

@ -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"