Framework Update
This commit is contained in:
+4
-2
@@ -14,9 +14,11 @@ class Timebox
|
||||
/**
|
||||
* Invoke the given callback within the specified timebox minimum.
|
||||
*
|
||||
* @param callable $callback
|
||||
* @template TCallReturnType
|
||||
*
|
||||
* @param (callable($this): TCallReturnType) $callback
|
||||
* @param int $microseconds
|
||||
* @return mixed
|
||||
* @return TCallReturnType
|
||||
*/
|
||||
public function call(callable $callback, int $microseconds)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user