You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If people want to do something other than what we've provided for in the library, then they should be able to get the raw file descriptor out of a Counter or Group; those types should implement IntoRawFd.
Conversely, it should be possible to construct those types from raw file descriptors, although we need to populate the id and max_members fields somehow.
The text was updated successfully, but these errors were encountered:
All that's left here is construction. I don't think we can use any stock traits for that, so I guess there should just be unsafe methods on those types.
If people want to do something other than what we've provided for in the library, then they should be able to get the raw file descriptor out of a
Counter
orGroup
; those types should implementIntoRawFd
.Conversely, it should be possible to construct those types from raw file descriptors, although we need to populate the
id
andmax_members
fields somehow.The text was updated successfully, but these errors were encountered: