beam_stats icon indicating copy to clipboard operation
beam_stats copied to clipboard

Factor-out the idea of periodic (produce -> package -> transport) as freight line library

Open xandkar opened this issue 8 years ago • 0 comments

Ostensibly:

-spec produce() -> A.

-spec package(A) -> B.

-spec transport(B) -> {}.

xandkar avatar Sep 19 '15 19:09 xandkar