Skip to content

Instantly share code, notes, and snippets.

@tailhook
Created January 2, 2016 01:51
Show Gist options
  • Select an option

  • Save tailhook/f490951b2170d3e07e44 to your computer and use it in GitHub Desktop.

Select an option

Save tailhook/f490951b2170d3e07e44 to your computer and use it in GitHub Desktop.
pub fn new(mut sock: S, seed: P::Seed, scope: &mut Scope<C>)
-> Result<Self, Box<Error>>
{
try!(scope.register(&sock,
EventSet::readable() | EventSet::writable(), PollOpt::edge()));
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment