summaryrefslogtreecommitdiffstats
path: root/src/common/fiber.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-07common: Fiber: use a reference for YieldTo.bunnei1-1/+1
2021-03-06common: fiber: Use weak_ptr when yielding.bunnei1-1/+1
2021-03-06Revert "core: Switch to unique_ptr for usage of Common::Fiber."bunnei1-2/+2
2021-02-27core: Switch to unique_ptr for usage of Common::Fiber.bunnei1-2/+2
2020-11-29common: fiber: Use boost::context instead of native fibers on Windows.bunnei1-9/+0
2020-11-07common/fiber: Move all member variables into impl classLioncash1-17/+3
2020-11-05General: Fix clang buildLioncash1-2/+2
2020-11-02common: Enable warnings as errorsLioncash1-1/+1
2020-10-28common/fiber: Take shared_ptr<Fiber> by copy in YieldToReinUsesLisp1-1/+1
2020-10-21Revert "core: Fix clang build"bunnei1-2/+2
2020-10-18core: Fix clang buildLioncash1-2/+2
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash1-1/+1
2020-06-18Common/Fiber: Address Feedback and Correct Memory leaks.Fernando Sahmkow1-8/+9
2020-06-18Common/Fiber: Implement Rewind on Boost Context.Fernando Sahmkow1-0/+2
2020-06-18Common/Fiber: Document fiber interexchange.Fernando Sahmkow1-1/+4
2020-06-18Common/Fiber: Implement Rewinding.Fernando Sahmkow1-0/+8
2020-06-18Common/Tests: Address FeedbackFernando Sahmkow1-4/+4
2020-06-18Common: Make MinGW build use Windows Fibers instead of fcontext_tFernando Sahmkow1-2/+2
2020-06-18Common/Tests: Clang Format.Fernando Sahmkow1-1/+1
2020-06-18Common: Polish Fiber class, add comments, asserts and more tests.Fernando Sahmkow1-2/+12
2020-06-18Tests: Add tests for fibers and refactor/fix Fiber classFernando Sahmkow1-3/+16
2020-06-18Common: Implement a basic Fiber class.Fernando Sahmkow1-0/+55