Module round_based::async_runtime::watcher [−][src]
This is supported on crate feature
async-runtime only.Expand description
Mechanism for tracking protocol execution
Structs
| BlindWatcher | Watcher that doesn’t do anything when event happens |
| StderrWatcher | Watcher that logs non critical error to stderr |
Enums
| When | Claims at which stage event occurred |
Traits
| ProtocolWatcher | Looks after protocol execution in AsyncProtocol |