Skip to main content

Module helpers

Module helpers 

Source
Expand description

Helper functions and utilities for bidirectional communication

Structs§

TimeoutConfig
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