News

The @a_sync('async') decorator can be used to define an asynchronous function that can also be executed synchronously.
To get started, import overload and for every function with the same name, add the @overload decorator to it. The script automatically differentiates between functions with different names and ...