Expand description
Helper functions and utilities for bidirectional communication
Structs§
- Timeout
Config - Timeout configuration presets for bidirectional requests
Functions§
- auto_
confirm_ channel - Create a channel that auto-confirms all requests with the given value
- auto_
respond_ channel - Create a bidirectional channel that automatically responds based on a function
- bidir_
error_ message - Get a user-friendly error message from a BidirError
- create_
test_ bidir_ channel - Create a test bidirectional channel for unit tests
- create_
test_ standard_ channel - Create a standard bidirectional channel for testing