Skip to content

Commit

Permalink
Add signpost (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored May 22, 2024
1 parent 41710fe commit 85b9879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Verge/Library/EventEmitter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ open class EventEmitter<Event: EventEmitterEventType>: EventEmitterType, @unchec
receiveEvent(event)

for subscriber in capturedSubscribers {
vergeSignpostEvent("EventEmitter.emitForSubscriber")
subscriber.1(event)
}
event.onComsume()
Expand Down

0 comments on commit 85b9879

Please sign in to comment.