ReinUsesLisp
|
171b94e8fa
|
common/fiber: Take shared_ptr<Fiber> by copy in YieldTo
YieldTo does not intend to modify the passed shared_ptrs.
Pass it by copy to keep a reference count while this function executes.
|
2020-10-28 02:02:44 -03:00 |
|
Fernando Sahmkow
|
94a51e6b21
|
Core/Common: Address Feedback.
|
2020-06-27 18:20:06 -04:00 |
|
Fernando Sahmkow
|
51a1732324
|
Common/Fiber: Address Feedback and Correct Memory leaks.
|
2020-06-18 16:29:27 -04:00 |
|
Fernando Sahmkow
|
cffae9c733
|
Common/Fiber: Implement Rewind on Boost Context.
|
2020-06-18 16:29:27 -04:00 |
|
Fernando Sahmkow
|
1460bdc5ab
|
Common/Fiber: Implement Rewinding.
|
2020-06-18 16:29:25 -04:00 |
|
Fernando Sahmkow
|
a42b226559
|
Common/Fiber: Additional corrections to f_context.
|
2020-06-18 16:29:25 -04:00 |
|
Fernando Sahmkow
|
89c691725c
|
Common/Fiber: Correct f_context based Fibers.
|
2020-06-18 16:29:24 -04:00 |
|
Fernando Sahmkow
|
e7f5b1f1d3
|
Core/HostTiming: Allow events to be advanced manually.
|
2020-06-18 16:29:22 -04:00 |
|
Fernando Sahmkow
|
564713fb46
|
Common/Tests: Address Feedback
|
2020-06-18 16:29:21 -04:00 |
|
Fernando Sahmkow
|
4e9a9e584c
|
Common: Make MinGW build use Windows Fibers instead of fcontext_t
|
2020-06-18 16:29:20 -04:00 |
|
Fernando Sahmkow
|
09d2ffa663
|
Common/Tests: Clang Format.
|
2020-06-18 16:29:19 -04:00 |
|
Fernando Sahmkow
|
91f138bd19
|
Common: Correct fcontext fibers.
|
2020-06-18 16:29:19 -04:00 |
|
Fernando Sahmkow
|
a1e7931d20
|
Common: Polish Fiber class, add comments, asserts and more tests.
|
2020-06-18 16:29:15 -04:00 |
|
Fernando Sahmkow
|
279ff1c0ff
|
Tests: Add tests for fibers and refactor/fix Fiber class
|
2020-06-18 16:29:15 -04:00 |
|
Fernando Sahmkow
|
353166d648
|
Common: Implement a basic Fiber class.
|
2020-06-18 16:29:14 -04:00 |
|