C# (CSharp) PingPong.AsyncAwait 네임스페이스

클래스들

이름 설명
Program A simple PingPong application written using P# as a C# library. The P# runtime starts by creating the P# machine 'NetworkEnvironment'. The 'NetworkEnvironment' machine then creates a 'Server' and a 'Client' machine, which then communicate by sending 'Ping' and 'Pong' events to each other for a limited amount of turns. Note: this is an abstract implementation aimed primarily to showcase the testing capabilities of P#.