RepeatedTask

    Returned once a task was scheduled to be repeatedly executed on the EventLoop.

    EventLoop.swift:60
    final class RepeatedTask

    A RepeatedTask allows the user to cancel() the repeated scheduling of further tasks.

    See also

    Citizens in NIOCore

    Conformances

    • protocol Sendable

      A type whose values can safely be passed across concurrency domains by copying.

    Instance members