Hacker News new | ask | show | jobs
by latteren 44 days ago
Interesting, does wall-time mode work with Asyncio?

Imagine if I have a single request calling asyncio.gather() on 5 different coroutines. Only 1 is on CPU, the other 4 are on IO. Is Tachyon able to sample all 5 coroutine tasks?