Create a new simulated node. Nodes are a scheduling/pausing boundary rather than separate executors: all nodes still run on the same single-threaded runtime.
(&self)
| 170 | /// Nodes are a scheduling/pausing boundary rather than separate executors: |
| 171 | /// all nodes still run on the same single-threaded runtime. |
| 172 | pub fn create_node(&self) -> NodeBuilder { |
| 173 | self.handle().create_node() |
| 174 | } |
| 175 | |
| 176 | /// Pause scheduling for a node. |
| 177 | /// |