Skip to content

Use span with send #26

@jacobmerson

Description

@jacobmerson

I think we should consider bringing in "span-lite" or a different span implementation (since we can't use c++20). I am already doing this in wdmcpl.

If we bring use a span it gives a slightly more safety with the Send call below because we can check that the buffer size is appropriate to be sending.

virtual void Send(T* msgs) = 0;

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions