mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-24 09:48:57 +02:00
fibers that don't immediately crash?!!?!?!!?
This commit is contained in:
parent
79a41e147f
commit
bdbd857d05
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ struct Fiber::FiberImpl {
|
||||||
boost::context::detail::fcontext_t context{};
|
boost::context::detail::fcontext_t context{};
|
||||||
boost::context::detail::fcontext_t rewind_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::mutex guard;
|
||||||
std::function<void()> entry_point;
|
std::function<void()> entry_point;
|
||||||
std::function<void()> rewind_point;
|
std::function<void()> rewind_point;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue