Skip to content

libuEv v1.2.0

Choose a tag to compare

@troglobit troglobit released this 09 Jun 11:23
· 372 commits to master since this release

API change in event callbacks and fix timers that never start.

Changes

  • Remove first uev_ctx_t * argument in callbacks, incompatible API
    change! Please update all your callbacks if you upgrade.

Fixes

  • Fix timers that accidentally broke in v1.1.0.
  • Fixes to bench.c, it now actually listens to the pipe/socket.