macro_rules! produce_blocks_until { ($primary_node:ident, $operator_node:ident, $condition: block $(, $domain_node:ident)*) => { ... }; }
Expand description
Keep producing block with a fixed interval until the given condition become true
macro_rules! produce_blocks_until { ($primary_node:ident, $operator_node:ident, $condition: block $(, $domain_node:ident)*) => { ... }; }
Keep producing block with a fixed interval until the given condition become true