anima-engine / mrusty

mruby safe bindings for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement MRuby and Value with Arc and Mutex.

dragostis opened this issue · comments

Each thread should have it's own MRuby. This feature cannot be implemented yet because ReentrantMutex is not yet in the Standard Rust API.