diff --git a/doc/source/features.rst b/doc/source/features.rst index b190deb0..8cb8fcdb 100644 --- a/doc/source/features.rst +++ b/doc/source/features.rst @@ -32,3 +32,12 @@ Webhook Webhooks are a low-effort way to invoke the functions in Qinling. They do not require a bot user or authentication to use. + +Sync/Async Function Executions +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Qinling allows the functions to be executed either synchronously or +asynchronously. For synchronous functions, the caller will be blocked to wait +for the responses. Asynchronous functions will be executed at the same time +point and the responses will be returned to the caller immediately, the caller +could check the result later on. \ No newline at end of file