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§
- Async
Mutex - An async mutex.
- Join
Error - TcpStream
- A TCP stream between a local and a remote socket.
- Unix
Stream - A Unix stream socket.
Traits§
- Async
Read - Read bytes asynchronously.
- Async
Read Ext - Extension methods for
Read. - Async
Write - Write bytes asynchronously.
- Async
Write Ext - 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.