type SharedGate = Arc<Gate>;
Gate shared by all senders and receivers.
struct SharedGate { /* private fields */ }