Module rabbit_control_misc

Data Types

fold_fun()

fold_fun() = fun((Item::term(), AccIn::term()) -> AccOut::term())

Function Index

await_emitters_termination/1
emitting_map/4
emitting_map/5
emitting_map_with_exit_handler/4
emitting_map_with_exit_handler/5
print_cmd_result/2
spawn_emitter_caller/7
wait_for_info_messages/6

Function Details

await_emitters_termination/1

await_emitters_termination(Pids::[pid()]) -> ok

emitting_map/4

emitting_map(AggregatorPid::pid(), Ref::reference(), Fun::function(), List::list()) -> ok

emitting_map/5

emitting_map(AggregatorPid::pid(), Ref::reference(), Fun::function(), List::list(), X5::atom()) -> ok

emitting_map_with_exit_handler/4

emitting_map_with_exit_handler(AggregatorPid::pid(), Ref::reference(), Fun::function(), List::list()) -> ok

emitting_map_with_exit_handler/5

emitting_map_with_exit_handler(AggregatorPid::pid(), Ref::reference(), Fun::function(), List::list(), X5::continue) -> ok

print_cmd_result/2

print_cmd_result(X1::atom(), Result::term()) -> ok

spawn_emitter_caller/7

spawn_emitter_caller(Node::node(), Mod::module(), Fun::atom(), Args::[term()], Ref::reference(), Pid::pid(), Timeout::timeout()) -> ok

wait_for_info_messages/6

wait_for_info_messages(Pid::pid(), Ref::reference(), Fun::fold_fun(), InitialAcc, Timeout::timeout(), ChunkCount::non_neg_integer()) -> OK | Err


Generated by EDoc