Skip to content

Use structured concurrency to return the _actual_ error associated with sending a message #39

@ItsHarper

Description

@ItsHarper

Currently, the status code returned by sendCANMessage() is just the most recent status of the sending thread, which is just the status of sending some previous message. Instead, sendCANMessage() should return some kind of promise-like object on which you can await the status of sending the actual provided message. Most likely we'd implement this using C++ coroutines.

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