Constructor

DexTimeoutnew_deadline

Declaration [src]

DexFuture*
dex_timeout_new_deadline (
  gint64 deadline
)

Description [src]

Creates a new timeout that will reject at a deadline.

Parameters

deadline

Type: gint64

The deadline in usec in the monotonic clock.

Return value

Type: DexFuture

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.