Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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