forked from GitHub/bdwgc-rust
Add static threads example
This commit is contained in:
8
examples/static_threads/Cargo.toml
Normal file
8
examples/static_threads/Cargo.toml
Normal 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 = "../.." }
|
||||
Reference in New Issue
Block a user