mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-17 13:42:21 +00:00
This could either be because the thread's current sched_algorithm is not a subclass of sched_algorithm_with_properties (e.g. set_scheduling_algorithm() was never called for this thread, so round_robin is in use), or because the fiber has not yet reached execution. A fiber's properties are instantiated when it is first scheduled.