pub fn spawn<const I: usize, const B: usize, N: Node<I, B>>(
    node: N
) -> BoxProcessor