Skip to content
archive

se-0530-status-2026-05-20

Swift · · 1 min read · github.com ↗

SE-0530: Async Result Support

  • Status: Accepted
  • Author: Konrad 'ktoso' Malawski, Matt Massicotte
  • Review Manager: Doug Gregor

Summary

Enables the representation of the result of an asynchronous operation through a new AsyncResult type, including both async let and structured concurrency contexts.

Key Points