Create a basic executor based on crossbeam_queue

This commit is contained in:
Philipp Oppermann
2020-02-28 11:42:36 +01:00
parent 9fb6c1d0bd
commit 6329274f02
6 changed files with 169 additions and 4 deletions

View File

@@ -26,6 +26,10 @@ linked_list_allocator = "0.6.4"
version = "1.0"
features = ["spin_no_std"]
[dependencies.crossbeam-queue]
version = "0.2.1"
default-features = false
features = ["alloc"]
[package.metadata.bootimage]
test-args = [