| 683 | } |
| 684 | |
| 685 | void scheduler_t::bind() |
| 686 | { |
| 687 | SKR_ASSERT(instance() == nullptr); |
| 688 | SKR_ASSERT(!binded); |
| 689 | binded = true; |
| 690 | set_instance(this); |
| 691 | } |
| 692 | |
| 693 | void scheduler_t::unbind() |
| 694 | { |
nothing calls this directly
no test coverage detected