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):
Decorator to mark functions as async-unsafe. Someone trying to access the function while in an async context will get an error message.