#![allow( clippy::type_complexity, clippy::too_many_arguments, clippy::large_enum_variant )] use mpstthree::binary::struct_trait::{end::End, recv::Recv, send::Send}; use mpstthree::generate; use mpstthree::role::broadcast::RoleBroadcast; use mpstthree::role::end::RoleEnd; use std::error::Error; static LOOPS: i64 = 100; // Create new roles generate!("rec_and_cancel", MeshedChannels, A, B, C, D, E, F, G, H, I); // Types // Send/Recv type RS = Recv<(), Send<(), End>>; type SR = Send<(), Recv<(), End>>; // Roles type R2A = RoleA>; type R2B = RoleB>; type R2C = RoleC>; type R2D = RoleD>; type R2E = RoleE>; type R2F = RoleF>; type R2G = RoleG>; type R2H = RoleH>; type R2I = RoleI>; // A enum Branching0fromItoA { More( MeshedChannels< RS, RS, RS, RS, RS, RS, RS, Recv<(), Send<(), RecursAtoI>>, R2I>>>>>>>>, NameA, >, ), Done(MeshedChannels), } type RecursAtoI = Recv; // B enum Branching0fromItoB { More( MeshedChannels< SR, RS, RS, RS, RS, RS, RS, Recv<(), Send<(), RecursBtoI>>, R2I>>>>>>>>, NameB, >, ), Done(MeshedChannels), } type RecursBtoI = Recv; // C enum Branching0fromItoC { More( MeshedChannels< SR, SR, RS, RS, RS, RS, RS, Recv<(), Send<(), RecursCtoI>>, R2I>>>>>>>>, NameC, >, ), Done(MeshedChannels), } type RecursCtoI = Recv; // D enum Branching0fromItoD { More( MeshedChannels< SR, SR, SR, RS, RS, RS, RS, Recv<(), Send<(), RecursDtoI>>, R2I>>>>>>>>, NameD, >, ), Done(MeshedChannels), } type RecursDtoI = Recv; // E enum Branching0fromItoE { More( MeshedChannels< SR, SR, SR, SR, RS, RS, RS, Recv<(), Send<(), RecursEtoI>>, R2I>>>>>>>>, NameE, >, ), Done(MeshedChannels), } type RecursEtoI = Recv; // F enum Branching0fromItoF { More( MeshedChannels< SR, SR, SR, SR, SR, RS, RS, Recv<(), Send<(), RecursFtoI>>, R2I>>>>>>>>, NameF, >, ), Done(MeshedChannels), } type RecursFtoI = Recv; // G enum Branching0fromItoG { More( MeshedChannels< SR, SR, SR, SR, SR, SR, RS, Recv<(), Send<(), RecursGtoI>>, R2I>>>>>>>>, NameG, >, ), Done(MeshedChannels), } type RecursGtoI = Recv; // H enum Branching0fromItoH { More( MeshedChannels< SR, SR, SR, SR, SR, SR, SR, Recv<(), Send<(), RecursHtoI>>, R2I>>>>>>>>, NameH, >, ), Done(MeshedChannels), } type RecursHtoI = Recv; // I type Choose0fromItoA = Send; type Choose0fromItoB = Send; type Choose0fromItoC = Send; type Choose0fromItoD = Send; type Choose0fromItoE = Send; type Choose0fromItoF = Send; type Choose0fromItoG = Send; type Choose0fromItoH = Send; type EndpointMoreI = MeshedChannels< Send<(), Recv<(), Choose0fromItoA>>, Send<(), Recv<(), Choose0fromItoB>>, Send<(), Recv<(), Choose0fromItoC>>, Send<(), Recv<(), Choose0fromItoD>>, Send<(), Recv<(), Choose0fromItoE>>, Send<(), Recv<(), Choose0fromItoF>>, Send<(), Recv<(), Choose0fromItoG>>, Send<(), Recv<(), Choose0fromItoH>>, R2A>>>>>>>, NameI, >; // Creating the MP sessions type EndpointA = MeshedChannels, NameA>; type EndpointB = MeshedChannels, NameB>; type EndpointC = MeshedChannels, NameC>; type EndpointD = MeshedChannels, NameD>; type EndpointE = MeshedChannels, NameE>; type EndpointF = MeshedChannels, NameF>; type EndpointG = MeshedChannels, NameG>; type EndpointH = MeshedChannels, NameH>; type EndpointI = MeshedChannels< Choose0fromItoA, Choose0fromItoB, Choose0fromItoC, Choose0fromItoD, Choose0fromItoE, Choose0fromItoF, Choose0fromItoG, Choose0fromItoH, RoleBroadcast, NameI, >; fn endpoint_a(s: EndpointA) -> Result<(), Box> { offer_mpst!(s, { Branching0fromItoA::Done(s) => { s.close() }, Branching0fromItoA::More(s) => { let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; endpoint_a(s) }, }) } #[inline] fn endpoint_b(s: EndpointB) -> Result<(), Box> { offer_mpst!(s, { Branching0fromItoB::Done(s) => { s.close() }, Branching0fromItoB::More(s) => { let (_, s) = s.recv()?; let s = s.send(())?; let s = s.send(())?; let (_, s) = s.recv()?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; endpoint_b(s) }, }) } #[inline] fn endpoint_c(s: EndpointC) -> Result<(), Box> { offer_mpst!(s, { Branching0fromItoC::Done(s) => { s.close() }, Branching0fromItoC::More(s) => { let (_, s) = s.recv()?; let s = s.send(())?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; endpoint_c(s) }, }) } #[inline] fn endpoint_d(s: EndpointD) -> Result<(), Box> { offer_mpst!(s, { Branching0fromItoD::Done(s) => { s.close() }, Branching0fromItoD::More(s) => { let (_, s) = s.recv()?; let s = s.send(())?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; endpoint_d(s) }, }) } #[inline] fn endpoint_e(s: EndpointE) -> Result<(), Box> { offer_mpst!(s, { Branching0fromItoE::Done(s) => { s.close() }, Branching0fromItoE::More(s) => { let (_, s) = s.recv()?; let s = s.send(())?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; endpoint_e(s) }, }) } #[inline] fn endpoint_f(s: EndpointF) -> Result<(), Box> { offer_mpst!(s, { Branching0fromItoF::Done(s) => { s.close() }, Branching0fromItoF::More(s) => { let (_, s) = s.recv()?; let s = s.send(())?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; endpoint_f(s) }, }) } #[inline] fn endpoint_g(s: EndpointG) -> Result<(), Box> { offer_mpst!(s, { Branching0fromItoG::Done(s) => { s.close() }, Branching0fromItoG::More(s) => { let (_, s) = s.recv()?; let s = s.send(())?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let (_, s) = s.recv()?; let s = s.send(())?; endpoint_g(s) }, }) } #[inline] fn endpoint_h(s: EndpointH) -> Result<(), Box> { offer_mpst!(s, { Branching0fromItoH::Done(s) => { s.close() }, Branching0fromItoH::More(s) => { let (_, s) = s.recv()?; let s = s.send(())?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; endpoint_h(s) }, }) } #[inline] fn endpoint_i(s: EndpointI) -> Result<(), Box> { let mut temp_s = s; for _ in 1..LOOPS { temp_s = recurs_i(temp_s)?; } let s = choose_mpst_i_to_all!( temp_s, Branching0fromItoA::Done, Branching0fromItoB::Done, Branching0fromItoC::Done, Branching0fromItoD::Done, Branching0fromItoE::Done, Branching0fromItoF::Done, Branching0fromItoG::Done, Branching0fromItoH::Done ); s.close() } fn recurs_i(s: EndpointI) -> Result> { let s: EndpointMoreI = choose_mpst_i_to_all!( s, Branching0fromItoA::More, Branching0fromItoB::More, Branching0fromItoC::More, Branching0fromItoD::More, Branching0fromItoE::More, Branching0fromItoF::More, Branching0fromItoG::More, Branching0fromItoH::More ); let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; let s = s.send(())?; let (_, s) = s.recv()?; Ok(s) } fn main() { let (thread_a, thread_b, thread_c, thread_d, thread_e, thread_f, thread_g, thread_h, thread_i) = fork_mpst( endpoint_a, endpoint_b, endpoint_c, endpoint_d, endpoint_e, endpoint_f, endpoint_g, endpoint_h, endpoint_i, ); thread_a.join().unwrap(); thread_b.join().unwrap(); thread_c.join().unwrap(); thread_d.join().unwrap(); thread_e.join().unwrap(); thread_f.join().unwrap(); thread_g.join().unwrap(); thread_h.join().unwrap(); thread_i.join().unwrap(); }