Function now [src]

Prototype

pub fn now(s: *const WebServer) i64

Parameters

s: *const WebServer

Source

pub fn now(s: *const WebServer) i64 { return @intCast(std.time.nanoTimestamp() - s.base_timestamp); }