require "sleepy_penguin" include SleepyPenguin
The SleepyPenguin namespace includes the Epoll, Inotify, TimerFD, EventFD classes in its top level and no other constants.
If you are uncomfortable including SleepyPenguin, you may also use the “SP” alias if it doesn’t conflict with existing code:
require "sleepy_penguin/sp"
And then access classes via:
SP::Epoll
SP::Epoll::IO
SP::EventFD
SP::Inotify
SP::TimerFD
the version of sleepy_penguin, currently 3.1.0
Originally generated with the Darkfish Rdoc Generator 2, modified by wrongdoc.
We love to hear from you!