Skip to content

Replace Channels with Promise/Future #33

Open
@johnpatek

Description

@johnpatek

The feature provided by channels allows us to block a thread until a signal is received. This can be reimplemented using promise/future. That would allow us to remove the external dependency. I'm not sure if that would enable us to run the unit tests on windows but making this project zero dependency is a desirable outcome.

Metadata

Metadata

Assignees

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