C# 클래스 Actress.Tests.MailboxProcessorTests

https://github.com/fsharp/fsharp/blob/master/tests/xplat/core/FsharpUnitTestProject/SharedTests/control-mailbox.fs
파일 보기 프로젝트 열기: kthompson/Actress

비공개 메소드들

메소드 설명
DefaultTimeout ( ) : void
GetSimpleMailbox ( ) : MailboxProcessor
MailboxProcessor_null ( ) : void
PostReceive ( int n ) : void
PostTryReceive ( int timeout, int n ) : void
Receive_PostAndReply ( ) : void
Receive_PostAndReply2 ( ) : void
TryReceivePostAndReply_With_Receive_timeout ( int timeout ) : void
TryReceivePostAndReply_with_Scan_timeout ( int timeout ) : void
TryReceivePostAndReply_with_TryScan_timeout ( int timeout ) : void
TryReceive_PostAndReply ( ) : void
TryReceive_timeout ( int timeout ) : void