tasks initial impl (still working on task_on trait method)
This commit is contained in:
1 parent
5da1e9e767
commit
59901b6580
13 files changed
+231
-26
No files matched your search
@@ -4,6 +4,7 @@
|
||||
#![feature(associated_type_defaults)]
|
||||
#![feature(unsize)]
|
||||
#![feature(option_into_flat_iter)]
|
||||
#![feature(async_fn_traits)]
|
||||
|
||||
pub mod default;
|
||||
pub mod event;
|
||||
|
||||
Reference in new issue
Block a user