mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-07-02 12:08:35 -06:00
Add example of suspended coroutines
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user