Skip to content

Commit ae74afc

Browse files
gwrCopilot
andauthored
Update src/libraries/System.IO.FileSystem.Watcher/src/System/IO/FileSystemWatcher.SunOS.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6aa2a16 commit ae74afc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/libraries/System.IO.FileSystem.Watcher/src/System/IO/FileSystemWatcher.SunOS.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
// 5. Cleanup (StopRaisingEvents):
5757
// - Cancel token
5858
// - Send port_send to wake up port_get
59-
// - Wait for event thread to exit
60-
// - Clean up all resources
59+
// - Return without waiting; event thread exits asynchronously
60+
// - Clean up resources as shutdown completes
6161
//
6262
// PortAssociate Strategy:
6363
//

0 commit comments

Comments
 (0)