Fiber::__construct
Fiber::__construct
Creates a new Fiber instance
**Fiber::__construct** callable $callback
callback
The to invoke when starting the fiber.
Arguments given to will be
provided as arguments to the given callable.
callable``Fiber::start