Crate sea_streamer_runtime

Source
Expand description

§sea-streamer-runtime: Async runtime abstraction

This crate provides a small set of functions aligning the type signatures between async-std and tokio, so that you can build applications generic to both runtimes.

Structs§

AsyncMutex
JoinError
TimeoutError

Functions§

sleep
spawn_blocking
spawn_task
timeout

Type Aliases§

TaskHandle