C# Class Actress.Tests.MailboxProcessorTests

https://github.com/fsharp/fsharp/blob/master/tests/xplat/core/FsharpUnitTestProject/SharedTests/control-mailbox.fs
Show file Open project: kthompson/Actress

Private Methods

Method Description
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