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

Figure out how to import asynchronous functions #8

Open
jkthom opened this issue Feb 24, 2023 · 1 comment
Open

Figure out how to import asynchronous functions #8

jkthom opened this issue Feb 24, 2023 · 1 comment

Comments

@jkthom
Copy link
Contributor

jkthom commented Feb 24, 2023

No description provided.

@jkthom jkthom converted this from a draft issue Feb 24, 2023
@hifromdev
Copy link
Member

hifromdev commented Mar 15, 2023

Don't import async functions (it seems to be impossible). Rewrite code with the use of 'concurrent.futures' module to assign a thread to each decorated function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

3 participants