Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
Loading...
Searching...
No Matches
srn_timer_t Struct Reference

Data Fields

uint64_t deadline_ns
 Absolute CLOCK_MONOTONIC deadline.
size_t channel
 Channel the completion is posted to.
void * fiber_data
 Round tripped to the waiting fiber.

Detailed Description

Definition at line 252 of file reactor.c.

Field Documentation

◆ channel

size_t srn_timer_t::channel

Channel the completion is posted to.

Definition at line 256 of file reactor.c.

◆ deadline_ns

uint64_t srn_timer_t::deadline_ns

Absolute CLOCK_MONOTONIC deadline.

Definition at line 254 of file reactor.c.

◆ fiber_data

void* srn_timer_t::fiber_data

Round tripped to the waiting fiber.

Definition at line 258 of file reactor.c.


The documentation for this struct was generated from the following file: