Crate sqlz_rt

Crate sqlz_rt 

Expand description

Core runtime support for SQLz. Semver-exempt, not for general use.

Re-exports§

pub use async_std;

Modules§

fs
Filesystem manipulation operations.

Structs§

AsyncMutex
An async mutex.
JoinError
TcpStream
A TCP stream between a local and a remote socket.
UnixStream
A Unix stream socket.

Traits§

AsyncRead
Read bytes asynchronously.
AsyncReadExt
Extension methods for Read.
AsyncWrite
Write bytes asynchronously.
AsyncWriteExt
Extension methods for Write.

Functions§

block_on
Spawns a task and blocks the current thread on its result.
enter_runtime
sleep
Sleeps for the specified amount of time.
spawn
Spawns a task.
spawn_task
test_block_on
Spawns a task and blocks the current thread on its result.
timeout
Awaits a future or times out after a duration of time.
yield_now
Cooperatively gives up a timeslice to the task scheduler.

Type Aliases§

TaskHandle