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
Originally posted by @wangrunji0408 in #120 (comment)
Slack
Make struct fields in port_packet private if possible.
port_packet
Interrupt::bind() should validate port.can_bind_to_interrupt().
Interrupt::bind()
port.can_bind_to_interrupt()
proc.get_futex()
When you get an object which is known to be a EventPair, its peer should be the same type intuitively.
EventPair
Socket
Channel
Fifo
fn peer(&self) -> ZxResult<Arc<Self>>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally posted by @wangrunji0408 in #120 (comment)
Timer
Slack
.Port
Make struct fields in
port_packet
private if possible.Interrupt::bind()
should validateport.can_bind_to_interrupt()
.Futex
proc.get_futex()
only.Waker
EventPair
When you get an object which is known to be a
EventPair
, its peer should be the same type intuitively.Socket
,Channel
,Fifo
should also have afn peer(&self) -> ZxResult<Arc<Self>>
The text was updated successfully, but these errors were encountered: