Skip to content

Commit 79df37c

Browse files
committed
IDuplexServer
1 parent 5603545 commit 79df37c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/ZeroBuffer/DuplexChannel/IDuplexServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public interface IImmutableDuplexServer : IDuplexServer
3838
/// <param name="onFrame">Handler that processes request and writes response to Writer</param>
3939
/// <param name="onInit">Called once, before the first invocation of onFrame</param>
4040
/// <param name="mode">Processing mode (SingleThread or ThreadPool)</param>
41-
41+
static abstract bool WaitExists(string name, TimeSpan timeout);
4242
void Start(RequestHandler onFrame, Action<ReadOnlySpan<byte>> onInit = null, ProcessingMode mode = ProcessingMode.SingleThread);
4343
}
4444

0 commit comments

Comments
 (0)