Hacker News new | ask | show | jobs
by intelVISA 1426 days ago
A big pain point for using coroutines is having to pass-by-value more frequently due to uncertain lifetimes.. it's jarring when you come from zero copy programming.