Searched refs:PollTable (Results 1 – 1 of 1) sorted by relevance
31 pub struct PollTable<'a> { struct 36 impl<'a> PollTable<'a> { implementation 37 /// Creates a [`PollTable`] from a valid pointer.44 PollTable { in from_raw() 50 /// Register this [`PollTable`] with the provided [`PollCondVar`], so that it can be notified65 /// A wrapper around [`CondVar`] that makes it usable with [`PollTable`].