Effect as a Portable Promise Utility Use Effect as a lightweight utility for running promises robustly. Every effect is self-contained (no services, no layers, no dependency injection) and resolves to a plain at the boundary via . The shape is always: or - pipe operators - . Quick Reference | Capability | API | Avoid | | ---------------- | ------------------------------------------------ | --------------------------------------- | | Wrap promises | | (swallows errors) | | Define functions | | Anonymous generators | | Errors | with | Plain or untagged objects | | Catch by tag | / | (loses type…