Use asyncio instead of custom Thread #60

Closed
opened 2018-11-21 00:10:31 +01:00 by coderkun · 6 comments
coderkun commented 2018-11-21 00:10:31 +01:00 (Migrated from gitlab.com)

Use Python’s asyncio for threading in client.py.

Use Python’s [asyncio](https://docs.python.org/3/library/asyncio.html) for threading in `client.py`.
coderkun commented 2019-05-11 18:36:20 +02:00 (Migrated from gitlab.com)

changed milestone to %13

changed milestone to %13
coderkun commented 2019-12-22 16:11:05 +01:00 (Migrated from gitlab.com)

changed title from Use {-twisted/-}asyncio instead of custom Thread to Use asyncio instead of custom Thread

changed title from **Use {-twisted/-}asyncio instead of custom Thread** to **Use asyncio instead of custom Thread**
coderkun commented 2019-12-22 16:11:05 +01:00 (Migrated from gitlab.com)

changed the description

changed the description
coderkun commented 2019-12-22 16:11:48 +01:00 (Migrated from gitlab.com)

changed milestone to %9

changed milestone to %9
coderkun commented 2020-03-29 18:14:31 +02:00 (Migrated from gitlab.com)

This might be a good example.

[This](https://docs.python.org/3/library/asyncio-queue.html#examples) might be a good example.
coderkun commented 2020-07-26 09:43:22 +02:00 (Migrated from gitlab.com)

Testing this turns out that asyncio is not the right tool for a worker thread like we use.

Testing this turns out that asyncio is not the right tool for a worker thread like we use.
Sign in to join this conversation.
No description provided.