Module alcove_codec

Data Types

type()

type() = alcove_call | alcove_stdout | alcove_stderr | alcove_event | alcove_pipe

Function Index

call/3
decode/1
stdin/2
stream/1

Function Details

call/3

call(Call::atom(), Pids::[alcove:pid_t()], Arg::[any()]) -> iodata()

decode/1

decode(Msg::binary()) -> {type(), [alcove:pid_t()], term()}

stdin/2

stdin(Pids::[alcove:pid_t()], Data::iodata()) -> iodata()

stream/1

stream(Data::binary()) -> {[binary()], binary()}


Generated by EDoc