Add static threads example

This commit is contained in:
Yota Toyama
2019-04-13 20:53:18 +00:00
parent 1d5c505752
commit 451ba6cec3
3 changed files with 54 additions and 0 deletions

View File

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