Configure player

Close

WWDC Index does not host video files

If you have access to video files, you can configure a URL pattern to be used in a video player.

URL pattern

preview

Use any of these variables in your URL pattern, the pattern is stored in your browsers' local storage.

$id
ID of session: wwdc2021-10132
$eventId
ID of event: wwdc2021
$eventContentId
ID of session without event part: 10132
$eventShortId
Shortened ID of event: wwdc21
$year
Year of session: 2021
$extension
Extension of original filename: mp4
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: [2021] [Session 10132] Meet asyn...

WWDC21 • Session 10132

Meet async/await in Swift

Swift • iOS, macOS, tvOS, watchOS • 33:38

Swift now supports asynchronous functions — a pattern commonly known as async/await. Discover how the new syntax can make your code easier to read and understand. Learn what happens when a function suspends, and find out how to adapt existing completion handlers to asynchronous functions.

Speakers: Nate Chandler, Robert Widmann

Open in Apple Developer site