We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need a sub-thread event loop to handle some automated data collection tasks as well as high-latency (I/O-bound) tasks.
On this basis, we will have the capability to automate the collection of hardware and network information, so we will able to fix/suopport:
The api is for developers, we can create an event loop like this:
el = create_event_loop()
Use this api to create a task:
el. create_task(func, ...)
Imitate the browser
The text was updated successfully, but these errors were encountered:
SAKURA-CAT
Successfully merging a pull request may close this issue.
🤩 Features description [Please make everyone to understand it]
We need a sub-thread event loop to handle some automated data collection tasks as well as high-latency (I/O-bound) tasks.
👍 What problem does this feature solve
On this basis, we will have the capability to automate the collection of hardware and network information, so we will able to fix/suopport:
👾 What does the proposed API look like
The api is for developers, we can create an event loop like this:
Use this api to create a task:
🚑 Any additional [like screenshots]
Imitate the browser
The text was updated successfully, but these errors were encountered: