Lines Matching full:notifications
4 //! and "ctrl-break" notifications. These events are listened for via the
72 /// * Notifications to an `Event` stream **are coalesced** if they aren't
73 /// processed quickly enough. This means that if two notifications are
75 /// two notifications.
130 /// Creates a new stream which receives "ctrl-c" notifications sent to the
156 /// Represents a stream which receives "ctrl-c" notifications sent to the process
160 /// this event. Moreover, the notifications **are coalesced** if they aren't processed
161 /// quickly enough. This means that if two notifications are received back-to-back,
162 /// then the stream may only receive one item about the two notifications.
230 /// Represents a stream which receives "ctrl-break" notifications sent to the process
234 /// this event. Moreover, the notifications **are coalesced** if they aren't processed
235 /// quickly enough. This means that if two notifications are received back-to-back,
236 /// then the stream may only receive one item about the two notifications.
302 /// Creates a new stream which receives "ctrl-break" notifications sent to the