GoLang swoole_event_add

request it (276)
GoLang replacement for PHP's swoole_event_add [edit | history]



Do you know a GoLang replacement for PHP's swoole_event_add? Write it!

PHP swoole_event_add

PHP original manual for swoole_event_add [ show | php.net ]

swoole_event_add

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

swoole_event_addAdd new callback functions of a socket into the EventLoop

Description

int swoole_event_add ( int $fd [, callable $read_callback [, callable $write_callback [, int $events = 0 ]]] )

Parameters

fd

read_callback

write_callback

events

Return Values