[][src]Macro erdos::register

macro_rules! register {
    ($t:ty, $config:expr, ($($rs:ident),*), ($($ws:ident),*)) => { ... };
}

Registers and operator and streams produced by that operator to the dataflow graph and the stream manager.

Note: this is intended as an internal macro called by connect_x_write!