Skip to content

Allow Emitter to use a custom ExecutorService #278

@mscwilson

Description

Relating to PR #259.

During Emitter initialization, Executors.newScheduledThreadPool() is privately called to create a thread pool. Users might prefer to use a different ExecutorService to have finer control over the Emitter threads.

Add ExecutorService as an optional Emitter constructor parameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status:completedCompleted - but might not be released yet.type:enhancementNew features or improvements to existing features.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions