It would be useful indeed, but I'm not sure a new method is the best way? I think the simplest would be a new keyword parameter: ```ruby offset, *values = bytes.unpack("Ro", offset: offset, return_offset:true) ``` Another poss...byroot (Jean Boussier)
Applied in changeset commit:git|fb1dd92d30a8df93f6fe2746aacc097f4c3ea62b. ---------- thread_sync.c: rename mutex_trylock internal function [Bug #21793] To fix a naming conflict on solaris.byroot (Jean Boussier)
`Monitor` is about as useful as `Mutex` and yet one is a core class and the other is a "stdlib" extension. I propose to promote `Thread::Monitor` as a core class convenience. ### The rest of `monitor.rb` The `monitor` stdlib als...byroot (Jean Boussier)