Hacker News new | ask | show | jobs
by fluoridation 209 days ago
Isn't asyncio.sleep one of those functions? "other" should be able to appear between "parent before" and "parent after".
1 comments

Yes, but not between "parent before" and "child start" (or between "child end" and "parent after")
Ah, OK. That makes sense.