Skip to content

ThreadPoolScheduler event loop thread never exits #10

@Aidan63

Description

@Aidan63

The ThreadPoolScheduler spins up a new thread which runs our standard event loop so support tasks which are scheduled at some point in the future, the problem is this thread contains a while (true) with no way to exit. It should probably exit when the thread pool shuts down.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions