Add example of suspended coroutines

This commit is contained in:
Yota Toyama
2019-05-02 06:50:31 +00:00
parent 50097eb073
commit 3f8b5e7aa7
3 changed files with 185 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "suspended_coroutines"
version = "0.1.0"
authors = ["Yota Toyama <raviqqe@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
bdwgc-alloc = { path = "../.." }
coroutine = "0.8"