Helper classes and methods for implementing the idle-until-urgent pattern
## Description
Helper classes and methods for implementing the idle-until-urgent pattern, based on TypeScript, and SSR compatible.
Defer non-critical tasks to run when the main thread is idle
### `@idle`
Defer JS work until the browser has a chance to breathe
## Description
Helper functions for implementing the idle-until-urgent pattern