mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-13 00:12:17 +00:00
Update fiber_context.hpp
This commit is contained in:
@@ -331,7 +331,7 @@ public:
|
||||
void resume() {
|
||||
BOOST_ASSERT( is_running() ); // set by the scheduler-algorithm
|
||||
|
||||
ctx_.resume();
|
||||
ctx_();
|
||||
}
|
||||
|
||||
std::chrono::high_resolution_clock::time_point const& time_point() const noexcept {
|
||||
|
||||
Reference in New Issue
Block a user