beam_stats
beam_stats copied to clipboard
Factor-out the idea of periodic (produce -> package -> transport) as freight line library
Ostensibly:
-spec produce() -> A.
-spec package(A) -> B.
-spec transport(B) -> {}.