Module ockam::pipe2

source ·
Expand description

Pipe2 composition system

Pipe2 offers the ability to compose pipe workers with different behaviours. These behaviours are implemented using the SystemHandler abstraction.

This module is a replacement for pipe and should replace it at some point in the future.

Structs