mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-13 00:12:17 +00:00
stuff for fixin
This commit is contained in:
@@ -25,8 +25,8 @@ namespace boost {
|
||||
namespace fibers {
|
||||
|
||||
void
|
||||
fiber::spawn_( fiber & f)
|
||||
{ detail::scheduler::instance().migrate_to( f); }
|
||||
fiber::spawn_( detail::fiber_base::ptr_t const& f)
|
||||
{ detail::scheduler::instance().add( f); }
|
||||
|
||||
int
|
||||
fiber::priority() const
|
||||
|
||||
Reference in New Issue
Block a user