GoLang UI\Executor::__construct

request it (268)
GoLang replacement for PHP's UI\Executor::__construct [edit | history]



Do you know a GoLang replacement for PHP's UI\Executor::__construct? Write it!

PHP UI\Executor::__construct

PHP original manual for UI\Executor::__construct [ show | php.net ]

UI\Executor::__construct

(PHP 7, UI 2.0.0)

UI\Executor::__constructConstruct a new Executor

Description

public UI\Executor::__construct ( void )
public UI\Executor::__construct ( int $microseconds )
public UI\Executor::__construct ( int $seconds , int $microseconds )

Shall construct an executor with the given interval, will not start executing until main loop is entered

Parameters

seconds

Seconds between executions

microseconds

Microseconds between executions