process_shared/lib/process_shared
Patrick Mahoney cc663a8d7f Add SharedMemory#write_object and #read_object; add SharedMemoryIO helper. 2011-12-20 22:09:38 -06:00
..
abstract_semaphore.rb Add Semaphore#try_wait. Fix libpsem to convert relative timeout to absolute timeout. 2011-12-17 09:58:10 -06:00
binary_semaphore.rb Add BinarySemaphore (error checking semaphore with max value 1). 2011-12-17 10:15:22 -06:00
bounded_semaphore.rb Expand documentation; fix markup. 2011-12-12 22:02:00 -06:00
condition_variable.rb Initial attempt at ConditionVariable implementation. 2011-12-17 11:05:39 -06:00
define_singleton_method.rb Add backwards compatibility define_singleton_method for Ruby 1.8. 2011-12-12 20:51:06 -06:00
libc.rb Initial commit. 2011-12-11 21:39:55 -06:00
mutex.rb Add minor explanatory comment. 2011-12-17 10:07:24 -06:00
posix_call.rb Expand documentation; fix markup. 2011-12-12 22:02:00 -06:00
process_error.rb Initial commit. 2011-12-11 21:39:55 -06:00
psem.rb Add Semaphore#try_wait. Fix libpsem to convert relative timeout to absolute timeout. 2011-12-17 09:58:10 -06:00
rt.rb Initial commit. 2011-12-11 21:39:55 -06:00
semaphore.rb Add Semaphore#try_wait. Fix libpsem to convert relative timeout to absolute timeout. 2011-12-17 09:58:10 -06:00
shared_array.rb Add SharedArray extension of SharedMemory (with Enumerable mixin). 2011-12-17 21:51:22 -06:00
shared_memory.rb Add SharedMemory#write_object and #read_object; add SharedMemoryIO helper. 2011-12-20 22:09:38 -06:00
shared_memory_io.rb Add SharedMemory#write_object and #read_object; add SharedMemoryIO helper. 2011-12-20 22:09:38 -06:00
with_self.rb Expand documentation; fix markup. 2011-12-12 22:02:00 -06:00