Module kube_runtime::utils
source · Expand description
Helpers for manipulating built-in streams
Structs§
- A
JoinHandle
that cancels theFuture
when dropped, rather than detaching it - Stream returned by the
applied_objects
andtouched_objects
method. - Stream returned by the
reflect
method - A
Backoff
wrapper that resets after a fixed duration has elapsed.