[][src]Module rusty_junctions::patterns::ternary

Structs for Join Patterns with two channels.

Structs

BidirJoinPattern

Two SendChannel & BidirChannel full JoinPattern.

BidirPartialPattern

SendChannel & BidirChannel partial Join Pattern.

RecvJoinPattern

Two SendChannel & RecvChannel full JoinPattern.

RecvPartialPattern

Two SendChannel & RecvChannel partial Join Pattern.

SendJoinPattern

Three SendChannel full JoinPattern.

SendPartialPattern

Three SendChannel partial Join Pattern.