Skip to content

NIOIsolatedEventLoop does not offer fast timer API #3262

Open
@fabianfett

Description

@fabianfett

#2759 introduced a super fast, super cool new timer API (scheduleCallback(at:handler:)). Sadly NIOIsolatedEventLoop doesn't have an extension to create timers using this new API. Since ChannelHandlers are normally not Sendable, this would be a major quality of live improvement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions