Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
ActiveTaskContext + Duration -> SuspendedTaskContext
Persist a task's current execution state and register a scheduling interrupt to resume processing after a specified duration.
Problem it solves
Standard sleep/wait operations block execution threads or containers, leading to idle resource costs and timeout risks.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.