View Source alcove_codec (alcove v0.40.6)

Link to this section Summary

Link to this section Types

-type type() :: alcove_call | alcove_stdout | alcove_stderr | alcove_event | alcove_pipe.

Link to this section Functions

-spec call(atom(), [alcove:pid_t()], [any()]) -> iodata().
-spec decode(binary()) -> {type(), [alcove:pid_t()], term()}.
-spec stdin([alcove:pid_t()], iodata()) -> iodata().
-spec stream(binary()) -> {[binary()], binary()}.