cleanup
This commit is contained in:
parent
ca703cb389
commit
e654c7fa30
1 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,7 @@
|
|||
// TODO: maybe make all runtime engines not send and spawn threads for them like Ruby
|
||||
// TODO: maybe make all runtime engines not send and spawn threads for them like Ruby, benchmark?
|
||||
// TODO: make sure ruby is statically linked
|
||||
// TODO: add tests for every runtime for return value
|
||||
// TODO: unwinding https://doc.rust-lang.org/nomicon/ffi.html#variadic-functions
|
||||
// TODO: maybe unify api and call non thread methods non_send
|
||||
// TODO: use ruby arena to rewind state
|
||||
|
||||
use std::{
|
||||
collections::HashMap,
|
||||
|
|
|
|||
Loading…
Reference in a new issue