Skip to content

Commit

Permalink
Equivalent comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Jan 20, 2025
1 parent 21855ea commit 8d145b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/NIOEmbedded/Embedded.swift
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ public final class EmbeddedEventLoop: EventLoop, CustomStringConvertible {
in delay: TimeAmount,
_ task: @escaping () throws -> T
) -> Scheduled<T> {
// Because of the way EmbeddedEL works, we can delegate this directly to schedule.
self.scheduleTask(in: delay, task)
}

Expand Down

0 comments on commit 8d145b7

Please sign in to comment.