EvLoop::nowUpdate

(PECL ev >= 0.2.0)
Establishes the current time by querying the kernel, updating the time returned by EvLoop::now in the progress.
public void EvLoop::nowUpdate ( void )

Establishes the current time by querying the kernel, updating the time returned by EvLoop::now() in the progress. This is a costly operation and is usually done automatically within EvLoop::run() .

Returns:

No value is returned.

See also:

EvLoop::now() -

Ev::nowUpdate() -

doc_php
2016-02-24 16:04:58
Comments
Leave a Comment

Please login to continue.