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
/// Create a separate `Registry` which can be used to register
/// `event::Source`s.
pubfnregistry(&self) -> &Registry{
&self.registry
}
I'm confused about the doc comment of "Create a separate Registry" while the function returns the reference of existing registry. Did I misunderstand it?
The text was updated successfully, but these errors were encountered:
mio/src/poll.rs
Lines 332 to 336 in edc0c76
I'm confused about the doc comment of "Create a separate
Registry
" while the function returns the reference of existing registry. Did I misunderstand it?The text was updated successfully, but these errors were encountered: