This website requires JavaScript.
Explore
Help
Sign In
core
/
process_shared
Watch
3
Star
0
Fork
You've already forked process_shared
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
933690a426
process_shared
/
lib
/
mach.rb
7 lines
82 B
Ruby
Raw
Normal View
History
Unescape
Escape
Make (require 'mach') load all subcomponents.
2012-01-15 14:08:17 +00:00
require
'mach/port'
require
'mach/semaphore'
require
'mach/task'
Add FFI wrapper around some of the Mach API (in Mac OS X).
2012-01-15 14:02:53 +00:00
module
Mach
end