Module reader

Source
Expand description

Useful when you need to read async data without having to decorate each function with async notation.

Functionsยง

read_sync
Read a future synchronously.
try_read_sync
Read a future synchronously.