rutie v0.5.4 Release Notes

Release Date: 2019-04-15 // about 5 years ago
  • โž• Added

    • GC::adjust_memory_usage, thanks to @Antti
    • ๐Ÿ’Ž examples/rutie_ruby_gvl_example, thanks to @dsander
    • GC::count
    • GC::disable
    • GC::enable
    • GC::force_recycle
    • GC::mark_locations
    • GC::mark_maybe
    • GC::register
    • GC::start
    • GC::stat
    • GC::unregister
    • util::inmost_rb_object which is a string recurse tool to get nested ruby objects

    ๐Ÿ›  Fixed

    • ๐Ÿ“š GC::mark documentation notes.
    • util::closure_to_ptr from 'static + FnOnce to FnMut, thanks to @dsander
    • Thread::new from 'static + FnOnce to FnMut, thanks to @dsander
    • Thread::call_without_gvl from 'static + FnOnce to FnMut, thanks to @dsander
    • Thread::call_without_gvl2 from 'static + FnOnce to FnMut, thanks to @dsander
    • Thread::call_with_gvl from 'static + FnOnce to FnMut, thanks to @dsander
    • ๐Ÿ‘ป AnyException::new to work with nested exception classes