| 36 | } |
| 37 | |
| 38 | Closure BthreadGraphExecutor::create_closure() noexcept { |
| 39 | return Closure::create<ButexInterface>(*this); |
| 40 | } |
| 41 | |
| 42 | int BthreadGraphExecutor::run(GraphVertex* vertex, |
| 43 | GraphVertexClosure&& closure) noexcept { |
nothing calls this directly
no outgoing calls
no test coverage detected