Add dynamic threads example

This commit is contained in:
Yota Toyama
2019-04-14 06:17:54 +00:00
parent 61d712fbdf
commit 06505aa49c
3 changed files with 60 additions and 0 deletions

View File

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