2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-19 02:12:24 +00:00

scheduler::swap()

This commit is contained in:
Oliver Kowalke
2012-12-15 14:36:39 +01:00
parent fb79b6eccb
commit f306dcc391
3 changed files with 20 additions and 0 deletions

View File

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