alcove_codec (alcove v0.36.0) View Source
Link to this section Summary
Link to this section Types
Specs
type() :: alcove_call | alcove_stdout | alcove_stderr | alcove_event | alcove_pipe.
Link to this section Functions
Specs
call(atom(), [alcove:pid_t()], [any()]) -> iodata().
Specs
decode(binary()) -> {type(), [alcove:pid_t()], term()}.
Specs
stdin([alcove:pid_t()], iodata()) -> iodata().
Specs
stream(binary()) -> {[binary()], binary()}.