2824d25369
Also fix runtime scheduler bugs: - g_task_creating was thread-local but set on main thread and read on worker - g_scheduler_context was global shared by all workers instead of per-thread
5 lines
72 B
TOML
5 lines
72 B
TOML
[package]
|
|
name = "green_threads_test"
|
|
version = "0.1.0"
|
|
pkgType = "bin"
|