mirror of
https://github.com/eden-emulator/mirror.git
synced 2026-06-06 07:25:52 +08:00
fibers that don't immediately crash?!!?!?!!?
This commit is contained in:
parent
9f34b2b7bd
commit
09bf3d83ad
@ -33,6 +33,9 @@ struct Fiber::FiberImpl {
|
||||
boost::context::detail::fcontext_t context{};
|
||||
boost::context::detail::fcontext_t rewind_context{};
|
||||
|
||||
boost::context::detail::fcontext_t context{};
|
||||
boost::context::detail::fcontext_t rewind_context{};
|
||||
|
||||
std::mutex guard;
|
||||
std::function<void()> entry_point;
|
||||
std::function<void()> rewind_point;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user