_io_monotonic_nanos

func _io_monotonic_nanos() 'io -> Int

Monotonic 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)
}