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

8
Cargo.lock generated
View File

@ -4,21 +4,15 @@ version = "0.1.0"
dependencies = [
"chrono 0.9.0 (git+https://gitlab.com/CyberMages/chrono.git)",
"scribe 0.1.0 (git+https://gitlab.com/CyberMages/scribe.git)",
"spellbook 0.1.0 (git+https://gitlab.com/CyberMages/spellbook.git)",
]
[[package]]
name = "chrono"
version = "0.9.0"
source = "git+https://gitlab.com/CyberMages/chrono.git#10f1633ac1334cb6ada86222c68efeea89141be7"
source = "git+https://gitlab.com/CyberMages/chrono.git#3e428f71816c061ede6f6044fbf5f231e38d9b67"
[[package]]
name = "scribe"
version = "0.1.0"
source = "git+https://gitlab.com/CyberMages/scribe.git#e52418d3bfc28cd1f03cc7f31af06fce2e03f844"
[[package]]
name = "spellbook"
version = "0.1.0"
source = "git+https://gitlab.com/CyberMages/spellbook.git#f8526d248f3b7eb4f15f672368ac45a64c4eacbd"