mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-19 02:12:24 +00:00
scheduler::swap()
This commit is contained in:
@@ -100,6 +100,8 @@ private:
|
||||
public:
|
||||
static scheduler & instance();
|
||||
|
||||
static void swap( scheduler *) BOOST_NOEXCEPT;
|
||||
|
||||
virtual void spawn( detail::fiber_base::ptr_t const&) = 0;
|
||||
|
||||
virtual void join( detail::fiber_base::ptr_t const&) = 0;
|
||||
|
||||
Reference in New Issue
Block a user