Module sync

Module sync 

Source
Expand description

Synchronous wrapper for async expect operations.

This module provides a blocking API for users who prefer or require synchronous operations instead of async/await.

Structs§

BlockingExpect
A blocking expect operation.
SyncSession
A synchronous session wrapper.

Functions§

block_on
Run async code synchronously.
spawn
Spawn a session synchronously.