Skip to content

Commit

Permalink
Update docs/basics/async.es.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge Acosta <[email protected]>
  • Loading branch information
alemohamad and jacostaf10 authored Sep 14, 2023
1 parent c706789 commit fd77356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/basics/async.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ let string = try futureString.wait()
print(string) /// String
```

`wait()` can only be used on a background thread or the main thread, i.e., in `configure.swift`. It can _not_ be used on an event loop thread, i.e., in route closures.
`wait()` solo se puede usar en un hilo en segundo plano o en el hilo principal, por ejemplo, en `configure.swift`. _No_ se puede utilizar en un subproceso de bucle de eventos, es decir, en closures de rutas.

!!! warning "Advertencia"
Expand Down

0 comments on commit fd77356

Please sign in to comment.