Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ordered transmission #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeltsch
Copy link
Contributor

@jeltsch jeltsch commented Jan 15, 2024

This resolves #128.

@jeltsch
Copy link
Contributor Author

jeltsch commented Jan 15, 2024

In the end, I opted for calling this kind of transmission FIFO transmission, not ordered transmission, since the names ordered_send and ordered_receive would have been bad (the individual sends and receives aren’t ordered), while the names fifo_send and fifo_receive are okay.

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

Successfully merging this pull request may close these issues.

Add support for ordered transmission
1 participant