Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Mar 17, 2024
1 parent 92b8c98 commit 42cec45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Verge/Store/Store.swift
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ extension Store {
// MARK: - Wait
extension Store {

public func waitUntilFinishedAllEvents() async {
public func waitUntilAllEventConsumed() async {
await withUnsafeContinuation { c in
accept(.waiter({
c.resume()
Expand Down

0 comments on commit 42cec45

Please sign in to comment.