Trait cros_asyncv2::executor::PlatformState
source · [−]pub(crate) trait PlatformState {
fn start_processing(&self) -> bool;
fn waker_ref(&self) -> WakerRef<'_>;
fn wait(&self, timeout: Option<Duration>) -> Result<()>;
}
Required Methods
source