Y
Hacker News
new
|
ask
|
show
|
jobs
by
dlsspy
6119 days ago
twisted does it by using deferToThread (so the call sits in a thread pool and the reactor doesn't block).
I suppose they just need their twisted loop clone thing to implement deferToThread now.