pub fn subscribe_instant<'a, C: Invoke>(
wrpc__: &'a C,
cx__: C::Context,
when: u64,
) -> impl Future<Output = Result<ResourceOwn<Pollable>>> + Send + 'a
Expand description
Create a pollable
which will resolve once the specified instant
occured.