Open
Description
Specific Demand
Doing complex async stuff with signals can be slightly cumbersome since you can't hold a Write
across an await point. Being able to await values on signals would enable patterns like download queues, manual effects, flags, and other nuanced concurrency without having to pull in libraries like channels/queues.