We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5603545 commit 79df37cCopy full SHA for 79df37c
1 file changed
csharp/ZeroBuffer/DuplexChannel/IDuplexServer.cs
@@ -38,7 +38,7 @@ public interface IImmutableDuplexServer : IDuplexServer
38
/// <param name="onFrame">Handler that processes request and writes response to Writer</param>
39
/// <param name="onInit">Called once, before the first invocation of onFrame</param>
40
/// <param name="mode">Processing mode (SingleThread or ThreadPool)</param>
41
-
+ static abstract bool WaitExists(string name, TimeSpan timeout);
42
void Start(RequestHandler onFrame, Action<ReadOnlySpan<byte>> onInit = null, ProcessingMode mode = ProcessingMode.SingleThread);
43
}
44
0 commit comments