remove todo

This commit is contained in:
Jaroslaw Konik 2025-05-14 14:07:19 +02:00
parent 7eb4a346b8
commit 29689a0f6b

View file

@ -1,7 +1,6 @@
// 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
// TODO: make sure ruby is statically linked // TODO: make sure ruby is statically linked
// TODO: add tests for every runtime for return value // TODO: add tests for every runtime for return value
// TODO: consider dropping magnus
// TODO: unwinding https://doc.rust-lang.org/nomicon/ffi.html#variadic-functions // TODO: unwinding https://doc.rust-lang.org/nomicon/ffi.html#variadic-functions
// TODO: maybe unify api and call non thread methods non_send // TODO: maybe unify api and call non thread methods non_send
// TODO: use ruby arena to rewind state // TODO: use ruby arena to rewind state