GoLang EventBuffer::unlock

request it (310)
GoLang replacement for PHP's EventBuffer::unlock [edit | history]



Do you know a GoLang replacement for PHP's EventBuffer::unlock? Write it!

PHP EventBuffer::unlock

PHP original manual for EventBuffer::unlock [ show | php.net ]

EventBuffer::unlock

(PECL event >= 1.2.6-beta)

EventBuffer::unlockReleases lock acquired by EventBuffer::lock

Description

public bool EventBuffer::unlock ( void )

Releases lock acquired by EventBuffer::lock() .

Parameters

This function has no parameters.

Return Values

Returns TRUE on success. Otherwise FALSE.

See Also