Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How are asynchronous actions executed? #157

Open
shyam573 opened this issue Apr 10, 2024 · 2 comments
Open

How are asynchronous actions executed? #157

shyam573 opened this issue Apr 10, 2024 · 2 comments

Comments

@shyam573
Copy link

The current implementation does not seem to support asynchronous function calls. Is there a way to execute them directly?

@TengHu
Copy link
Owner

TengHu commented Apr 11, 2024

Correct, the async function calling is not supported yet, is it a blocking feature for you ?

@shyam573
Copy link
Author

I am currently managing the actions by using asyncio calls and changing my functions to sync. It would be nice if I need not write another function to handle this or keep my set of functions as it is

@shyam573 shyam573 reopened this Apr 12, 2024
@shyam573 shyam573 reopened this Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants