Advertisement
Guest User

Untitled

a guest
Aug 1st, 2012
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. From docs:
  2. EV_DEFAULT_UC, EV_DEFAULT_UC_
  3. Usage identical to EV_DEFAULT and EV_DEFAULT_, but requires that the
  4. default loop has been initialised (UC == unchecked). Their behaviour
  5. is undefined when the default loop has not been initialised by a
  6. previous execution of EV_DEFAULT, EV_DEFAULT_ or ev_default_init
  7. (...). It is often prudent to use EV_DEFAULT when initialising the
  8. first watcher in a function but use EV_DEFAULT_UC afterwards.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement