module documentation

Undocumented

Function async_unsafe Decorator to mark functions as async-unsafe. Someone trying to access the function while in an async context will get an error message.
def async_unsafe(message): (source)

Decorator to mark functions as async-unsafe. Someone trying to access the function while in an async context will get an error message.