Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created September 8, 2023 08:47
Show Gist options
  • Save laevandus/e098ea946ba3a9729ea9e144e0f26870 to your computer and use it in GitHub Desktop.
Save laevandus/e098ea946ba3a9729ea9e144e0f26870 to your computer and use it in GitHub Desktop.
do {
try await ContinuousClock().sleep(for: .seconds(5))
showsLabel = true
}
catch {
// …
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment