#
b5d6a96a |
| 20-Jun-2021 |
Aaron Piotrowski |
Rename Fiber::this() to Fiber::getCurrent()
|
#
8997a709 |
| 08-Mar-2021 |
Aaron Piotrowski |
Update readme and stubs
|
#
04e55333 |
| 07-Mar-2021 |
Aaron Piotrowski |
Clarify getReturn() behavior
|
#
375d6715 |
| 07-Feb-2021 |
Aaron Piotrowski |
Restore Fiber::this() Plus cleaned up some now unnecessary code.
|
#
881dddb0 |
| 06-Feb-2021 |
Aaron Piotrowski |
Add Fiber::getReturn()
|
#
4f563e5d |
| 04-Feb-2021 |
Aaron Piotrowski |
Drop FiberScheduler
|
#
1eed822d |
| 04-Jan-2021 |
Aaron Piotrowski |
Refactor FiberScheduler
|
#
c0956f17 |
| 16-Dec-2020 |
Aaron Piotrowski |
Add isStarted() method to Fiber and ReflectionFiber
|
#
beee7e24 |
| 16-Dec-2020 |
Aaron Piotrowski |
Swap static constructor for regular constructor
|
#
47fcdbd3 |
| 06-Dec-2020 |
Aaron Piotrowski |
Refactor suspending Use Fiber::this() to get the currently executing fiber, then only pass the FiberScheduler to Fiber::suspend().
|
#
844ad72c |
| 04-Dec-2020 |
Aaron Piotrowski |
Provide FiberScheduler to suspend callback
|
#
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().
|
#
e84a7fe5 |
| 06-Nov-2020 |
Aaron Piotrowski |
Rename continued to isPending
|
#
1af71160 |
| 05-Nov-2020 |
Aaron Piotrowski |
Add Continuation object
|
#
3dc08167 |
| 02-Nov-2020 |
Aaron Piotrowski |
Drop Awaitable interface
|
#
8ad49d50 |
| 19-Sep-2020 |
Aaron Piotrowski |
Redesign Future as Awaitable
|
#
83ef35b8 |
| 18-Sep-2020 |
Aaron Piotrowski |
Update stub
|
#
2bfa26f4 |
| 18-Sep-2020 |
Aaron Piotrowski |
Make Scheduler an interface Scheduler fiber is created by calling Scheduler::run().
|
#
a3df1825 |
| 12-Sep-2020 |
Aaron Piotrowski |
Add Future interface
|
#
1fdcb1ac |
| 10-Sep-2020 |
Aaron Piotrowski |
Use callback given to suspend to resume fiber
|