Home
last modified time | relevance | path

Searched refs:start (Results 51 – 56 of 56) sorted by relevance

123

/ext-fiber/examples/
H A D002-read-write.php76 $loop->defer(fn() => $fiber->start());
/ext-fiber/tests/
H A Dfiber-status.phpt24 $fiber->start();
H A Dbacktrace-deep-nesting.phpt32 $fiber->start();
/ext-fiber/
H A Dfiber_arginfo.h64 ZEND_METHOD(Fiber, start);
86 ZEND_ME(Fiber, start, arginfo_class_Fiber_start, ZEND_ACC_PUBLIC)
H A DREADME.md48 public function start(mixed ...$args): mixed {}
124 …er::suspend()` at all). The returned `Fiber` may be started using `Fiber->start(mixed ...$args)` w…
126 …ecution of the current fiber and returns execution to the call to `Fiber->start()`, `Fiber->resume…
/ext-fiber/src/
H A Dfiber.c331 ZEND_METHOD(Fiber, start) in ZEND_METHOD() argument

Completed in 16 milliseconds

123