chobie / php-uv

libuv php extension
184 stars 21 forks source link

event_add, event_del equivalent in php-uv #21

Open jimthunderbird opened 11 years ago

jimthunderbird commented 11 years ago

Hi, What will be the libevent's event_add, event_del equivalent functions in php-uv? Thanks. Best Regards, Jim

chobie commented 11 years ago

Hi Jim,

you can use uv_timer_start and uv_timer_stop https://github.com/chobie/php-uv#void-uv_timer_startresource-timer-long-timeout-long-repeat-callable-callback