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.
Useful when you need to read async data without having to decorate each function with async notation.