Add coroutine support

This commit is contained in:
Yota Toyama
2019-04-29 15:46:01 +00:00
parent 56d2f54060
commit a63a24d4d2
8 changed files with 234 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "coroutines"
version = "0.1.0"
authors = ["Yota Toyama <raviqqe@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
bdwgc-alloc = { path = "../.." }
coroutine = "0.8"