func _io_monotonic_nanos() 'io -> IntMonotonic nanoseconds from an arbitrary per-process anchor (the clock behind core Instant.now). Only deltas between two reads are meaningful.
View Source
pub func _io_monotonic_nanos() 'io -> Int {
'io(request: .monotonic_nanos)
}