context
Structs
CtxTimespec
struct CtxTimespec {
tv_sec: i64
tv_nsec: i64
}
Functions
Details
ctx_now_ns
fn ctx_now_ns() -> i64
ctx_background
fn ctx_background() -> &i64
ctx_with_cancel
fn ctx_with_cancel(parent: &i64) -> &i64
ctx_with_deadline
fn ctx_with_deadline(parent: &i64, deadline_ns: i64) -> &i64
ctx_with_timeout
fn ctx_with_timeout(parent: &i64, timeout_ns: i64) -> &i64
ctx_cancel
fn ctx_cancel(ctx: &i64)
ctx_done
fn ctx_done(ctx: &i64) -> i64
ctx_done_chan
fn ctx_done_chan(ctx: &i64) -> &i64
ctx_err
fn ctx_err(ctx: &i64) -> i64
ctx_deadline
fn ctx_deadline(ctx: &i64) -> i64