libuEv v2.1.1
Fixes
- Fix use after free in main event loop if watcher deletes itself in the callback. I.e., the callback must be the last action for the watcher in the event loop
- Doc timer example fix by @tisyang
- Doc timer updates, non-zero timeout required