GoLang EventBufferEvent::setTimeouts

request it (186)
GoLang replacement for PHP's EventBufferEvent::setTimeouts [edit | history]



Do you know a GoLang replacement for PHP's EventBufferEvent::setTimeouts? Write it!

PHP EventBufferEvent::setTimeouts

PHP original manual for EventBufferEvent::setTimeouts [ show | php.net ]

EventBufferEvent::setTimeouts

(PECL event >= 1.2.6-beta)

EventBufferEvent::setTimeoutsSet the read and write timeout for a buffer event

Description

public bool EventBufferEvent::setTimeouts ( float $timeout_read , float $timeout_write )

Set the read and write timeout for a buffer event

Parameters

timeout_read

Read timeout

timeout_write

Write timeout

Return Values

Returns TRUE on success. Otherwise FALSE.