Skip to content

Commit

Permalink
fix to send action (#2726)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmhv authored Jan 25, 2024
1 parent d3a9465 commit 36331fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ variable name for the capture:
```swift
return .run { [count = state.count] send in
try await Task.sleep(for: .seconds(1))
return .delayed(count) //
await send(.delayed(count)) //
}
```

Expand Down

0 comments on commit 36331fc

Please sign in to comment.