nhorvath / Pyrebase4

A simple python wrapper for the Firebase API. ⛺

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: using stream with asyncio instead of thread

HarsheetKakar opened this issue · comments

Threads are messy and take up more resources and if we want more streams in an api its better to have asyncio instead of Thread

fair enough