History log of /ext-fiber/stubs/ReflectionFiber.php (Results 1 – 10 of 10)
Revision Date Author Comments
# 3765c7ad 05-May-2021 Aaron Piotrowski

Update readme and stubs


# 8997a709 08-Mar-2021 Aaron Piotrowski

Update readme and stubs


# 8a61f3d5 17-Feb-2021 Aaron Piotrowski

Add ReflectionFiber::getFiber()


# c0956f17 16-Dec-2020 Aaron Piotrowski

Add isStarted() method to Fiber and ReflectionFiber


# 7f838e1f 26-Nov-2020 Aaron Piotrowski

Split ReflectionFiber into two classes


# 854af5a7 21-Nov-2020 Aaron Piotrowski

Update stubs


# e92d840f 21-Nov-2020 Aaron Piotrowski

Drop Continuation object


# 36210555 20-Nov-2020 Aaron Piotrowski

Separate Fiber::run() into two methods

Allows for creating fibers without such deep nesting and adds ReflectionFiber::fromFiber().


# a22fd7ad 20-Nov-2020 Aaron Piotrowski

Drop ReflectionFiber::getThis()


# 2fed1f88 19-Nov-2020 Aaron Piotrowski

Add ReflectionFiber