Skip to main content

single_counter_service_buggy

Function single_counter_service_buggy 

Source
pub fn single_counter_service_buggy<'a>(
    increment_requests: KeyedStream<u32, (), Process<'a, CounterServer>>,
    get_requests: KeyedStream<u32, (), Process<'a, CounterServer>>,
) -> (KeyedStream<u32, (), Process<'a, CounterServer>>, KeyedStream<u32, usize, Process<'a, CounterServer>>)