Hacker News new | ask | show | jobs
by notnullorvoid 18 days ago
The one time I did run into coloring being an issue was when working with gevent/greenlets (green threads) in Python nearly a decade ago.

Implicit management of async operations is something I hope I never have to deal with again.