|
|
|
|
|
by Spivak
336 days ago
|
|
Because you have a main application running a web server and a daemon worker thread performing potentially long running tasks that use async libraries and you don't want to block the responsiveness of your web server. It's really not that bad, at least in Python. |
|