process_shared/lib
Marc Siegel 49773b66f4 Add Semaphore#to_mtx returning an unchecked mutex-like facade
Because there is a very significant performance hit for using the
mutex implementation, which correctly checks ownership, this
implementation formalizes treating a raw semaphore as a faster,
unchecked implementation of mutex.
2013-12-30 13:20:29 -05:00
..
mach On mach, allow other ruby threads to continue during semaphore try_wait 2013-12-26 12:45:04 -05:00
process_shared Add Semaphore#to_mtx returning an unchecked mutex-like facade 2013-12-30 13:20:29 -05:00
mach.rb Refactor Mach FFI wrapper; get unit tests working again. 2012-02-08 21:30:18 -06:00
process_shared.rb Partial MonitorMixin implementation. 2012-03-29 23:00:52 -05:00