Skip to content

Make callback in RunEventLoop() optional #74

@luminosuslight

Description

@luminosuslight

The callback is not always required, i.e. in the normal node Start() method.

node/src/node_lib.h

Lines 158 to 160 in 1959f89

NODE_EXTERN void RunEventLoop(
const std::function<void()> & callback,
UvLoopBehavior behavior = UvLoopBehavior::RUN_NOWAIT);

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