# tmux.NotificationStream.Notifications

- **Module:** tmux.NotificationStream
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/notification_stream.go#L255
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-notificationstream-notifications/

```
tmux.NotificationStream.Notifications(ctx: context.Context) -> iter.Seq2[ControlNotification, error]
```

Notifications returns [NotificationStream.Next] as a range loop; exactly one iterator or direct read may run at a time. Malformed notifications yield their error and iteration continues; every other error ends the loop after being yielded.
