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

feat: LinkRx::recv_async #896

Closed
wants to merge 1 commit into from
Closed

feat: LinkRx::recv_async #896

wants to merge 1 commit into from

Conversation

de-sh
Copy link
Member

@de-sh de-sh commented Jul 30, 2024

Type of change

Checklist:

  • Formatted with cargo fmt
  • Make an entry to CHANGELOG.md if it's relevant to the users of the library. If it's not relevant mention why.

@@ -338,6 +338,23 @@ impl LinkRx {
}
}

pub async fn recv_async(&mut self) -> Result<Option<Notification>, LinkError> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is already method named next() which is exactly the same!

@de-sh de-sh closed this Jul 30, 2024
@de-sh de-sh deleted the recv_async branch July 31, 2024 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants