apache / apache/pulsar-client-python
Python3 AsyncIO implementation
Offen
#55
14 Kommentare
4 Reaktionen
1 zugewiesene Person
Beansprucht von @BewareMyPower
Auf GitHub ansehen
- Vorherrschende Sprache
- Python
- Sterne
- 75
- Forks
- 53
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
**Copy from: https://github.com/apache/pulsar/issues/6308**
Is your feature request related to a problem? Please describe.
Implement python3 await/ async and using the event loop in order to save IO waiting time
Describe the solution you'd like
Using async, await and execute via the event loop
Describe alternatives you've considered
Using threads although the GIL preventing pure multi threading
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.