fn init(expires_in_ns: ?u64) Deadline

Create the deadline to expire after the given amount of time in nanoseconds passes. Pass in null to have the deadline call Futex.wait() and never expire.

Parameters

expires_in_ns: ?u64,