now
Function parameters
Parameters
- s:*const WebServer
Type definitions in this namespace
Types
Thread-safe.
Functions
Source
Implementation
pub fn now(s: *const WebServer) i64 {
return @intCast(std.time.nanoTimestamp() - s.base_timestamp);
}Function parameters
Type definitions in this namespace
Thread-safe.
Source
pub fn now(s: *const WebServer) i64 {
return @intCast(std.time.nanoTimestamp() - s.base_timestamp);
}