C# Class Akka.Tests.Performance.Dispatch.WarmDispatcherThroughputSpecBase

Warms up a MessageDispatcher so we can exclude its initialization overhead
Inheritance: ColdDispatcherThroughputSpecBase
ファイルを表示 Open project: rogeralsing/akka.net

Protected Methods

Method Description
Warmup ( MessageDispatcher dispatcher ) : void

Method Details

Warmup() protected method

protected Warmup ( MessageDispatcher dispatcher ) : void
dispatcher Akka.Dispatch.MessageDispatcher
return void