summaryrefslogtreecommitdiffstats
path: root/src/common/fiber.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/fiber: make fibers easier to useLiam2022-07-021-5/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: Fiber: use a reference for YieldTo.bunnei2021-03-071-1/+1
* common: fiber: Use weak_ptr when yielding.bunnei2021-03-061-1/+1
* Revert "core: Switch to unique_ptr for usage of Common::Fiber."bunnei2021-03-061-2/+2
* core: Switch to unique_ptr for usage of Common::Fiber.bunnei2021-02-271-2/+2
* common: fiber: Use boost::context instead of native fibers on Windows.bunnei2020-11-291-9/+0
* common/fiber: Move all member variables into impl classLioncash2020-11-071-17/+3
* General: Fix clang buildLioncash2020-11-051-2/+2
* common: Enable warnings as errorsLioncash2020-11-021-1/+1
* common/fiber: Take shared_ptr<Fiber> by copy in YieldToReinUsesLisp2020-10-281-1/+1
* Revert "core: Fix clang build"bunnei2020-10-211-2/+2
* core: Fix clang buildLioncash2020-10-181-2/+2
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-1/+1
* Common/Fiber: Address Feedback and Correct Memory leaks.Fernando Sahmkow2020-06-181-8/+9
* Common/Fiber: Implement Rewind on Boost Context.Fernando Sahmkow2020-06-181-0/+2
* Common/Fiber: Document fiber interexchange.Fernando Sahmkow2020-06-181-1/+4
* Common/Fiber: Implement Rewinding.Fernando Sahmkow2020-06-181-0/+8
* Common/Tests: Address FeedbackFernando Sahmkow2020-06-181-4/+4
* Common: Make MinGW build use Windows Fibers instead of fcontext_tFernando Sahmkow2020-06-181-2/+2
* Common/Tests: Clang Format.Fernando Sahmkow2020-06-181-1/+1
* Common: Polish Fiber class, add comments, asserts and more tests.Fernando Sahmkow2020-06-181-2/+12
* Tests: Add tests for fibers and refactor/fix Fiber classFernando Sahmkow2020-06-181-3/+16
* Common: Implement a basic Fiber class.Fernando Sahmkow2020-06-181-0/+55