You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EM.rundoEIO.eventmachine_handler# let libeio notify when there's result callbacks to invokeEIO.open(path,EIO::RDWR|EIO::CREAT)do |fd|
EIO.write(fd,"buf contents: \0hello")do |b| # put the zero byte using \0EM.stop_event_loopendendend