We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88f943 commit f9facafCopy full SHA for f9facaf
README.md
@@ -20,15 +20,16 @@
20
```
21
22
### 3. Call ViewModel method start() within async environment
23
+If task will be canceled the streamimg stops automaticaly
24
25
- Task{
26
- do{
27
- try await viewModel.start()
28
- }catch{
29
- self.error = error.localizedDescription
30
- }
31
+ Task{
+ do{
+ try await viewModel.start()
+ }catch{
+ self.error = error.localizedDescription
+ }
32
33
34
35
### 4. Bake async stream of data from "locations" into a visual presentation
0 commit comments