We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A non-blocking version is needed to be used in an async context. Something like IpcOneShotServer::try_accept()
IpcOneShotServer::try_accept()
If you think this is not too difficult for someone, who is very new to this lib, to implement this then I would happily do it.
What return type would make sense?
The text was updated successfully, but these errors were encountered:
I'd like a non-blocking accept as well. What I was thinking was:
try_accept
OsIpcOneShotServer
try_recv
OsIpcReceiver
IpcOneShotServer
Return types shouldn't need to change since they already return Result.
Result
I'm also happy to open a PR for this if the maintainers will accept the contribution!
Sorry, something went wrong.
I'd review a PR that added that implementation if you verify that it works as expected!
No branches or pull requests
A non-blocking version is needed to be used in an async context.
Something like
IpcOneShotServer::try_accept()
If you think this is not too difficult for someone, who is very new to this lib, to implement this then I would happily do it.
What return type would make sense?
The text was updated successfully, but these errors were encountered: