Skip to content

No way to tell if the event loop is currently running #108

@danog

Description

@danog

The isRunning method will return true if the event loop fiber is running or suspended, which means there is no way for code to tell if EventLoop::run() can be started or not (i.e. if recursing inside of a shutdown handler that invokes EventLoop::run)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions