2
0
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:
Oliver Kowalke
2013-01-24 20:07:40 +01:00
parent b8346b0ef0
commit 10786c3ed6
7 changed files with 43 additions and 40 deletions

View File

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