File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Control/Distributed/Process/Platform Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1715,8 +1715,8 @@ childShutdown policy pid st = do
1715
1715
Infinity -> receiveWait (matches pid') >>= return . Just
1716
1716
NoDelay -> receiveTimeout 0 (matches pid')
1717
1717
Delay t -> receiveTimeout (asTimeout t) (matches pid')
1718
- -- we set up an additional monitor here, since child shutdown can occur
1719
- -- during a restart which was triggered by the /old/ monitor signal
1718
+ -- We require and additional monitor here when child shutdown occurs
1719
+ -- during a restart which was triggered by the /old/ monitor signal.
1720
1720
let recv' = if monitored then recv else withMonitor pid' recv
1721
1721
recv' >>= maybe (childShutdown TerminateImmediately pid' state) return
1722
1722
You can’t perform that action at this time.
0 commit comments