Use asyncio instead of custom Thread #60
Labels
No labels
bug
client
code-quality
duplicate
enhancement
help wanted
in progress
invalid
question
ui
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: coderkun/mcg#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Use Python’s asyncio for threading in
client.py
.changed milestone to %13
changed title from Use {-twisted/-}asyncio instead of custom Thread to Use asyncio instead of custom Thread
changed the description
changed milestone to %9
This might be a good example.
Testing this turns out that asyncio is not the right tool for a worker thread like we use.