2
0
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:
Oliver Kowalke
2015-07-20 19:47:43 +02:00
parent d61b395207
commit cb19fe4c41

View File

@@ -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 {