GoLang EventBufferEvent::setPriority

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



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

PHP EventBufferEvent::setPriority

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

EventBufferEvent::setPriority

(PECL event >= 1.2.6-beta)

EventBufferEvent::setPriorityAssign a priority to a bufferevent

Description

public bool EventBufferEvent::setPriority ( int $priority )

Assign a priority to a bufferevent

Warning

Only supported for socket buffer events

Parameters

priority

Priority value.

Return Values

Returns TRUE on success. Otherwise FALSE.