Skip to content

Commit cc1a2c1

Browse files
authored
Merge pull request #927 from dxdjgl/master
Fixed comment about background thread.
2 parents 45365a6 + 8df6304 commit cc1a2c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NetMQ/NetMQPoller.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ public Task<bool> ContainsAsync(Socket socket)
410410
#region Start / Stop
411411

412412
/// <summary>
413-
/// Runs the poller in a background thread, returning once the poller has started.
413+
/// Runs the poller in a foreground thread, returning once the poller has started.
414414
/// </summary>
415415
/// <remarks>
416416
/// The created thread is named <c>"NetMQPollerThread"</c>. Use <see cref="RunAsync(string)"/> to specify the thread name.
@@ -421,7 +421,7 @@ public void RunAsync()
421421
}
422422

423423
/// <summary>
424-
/// Runs the poller in a background thread, returning once the poller has started.
424+
/// Runs the poller in a foreground thread, returning once the poller has started.
425425
/// </summary>
426426
/// <param name="threadName">The thread name to use.</param>
427427
public void RunAsync(string threadName)

0 commit comments

Comments
 (0)