Features from optional dependencies
- fluvio-wasm-timer wasm32 implicit feature
-
Enables fluvio-wasm-timer
fluvio-wasm-timer:
Abstraction over std::time::Instant and futures-timer that works on WASM
- futures-timer not wasm32 implicit feature
-
Enables futures-timer
futures-timer:
Timeouts for futures
- smol not wasm32 implicit feature
-
Enables smol ^1
smol:
A small and fast async runtime
- tokio not wasm32 implicit feature
-
Enables tokio
tokio:
An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications
- wasm-timer wasm32 implicit feature
-
Enables wasm-timer
wasm-timer:
Abstraction over std::time::Instant and futures-timer that works on WASM