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

Carries the submission across the suspend, on the fiber's stack. More...

Collaboration diagram for submit_ctx_t:
[legend]

Data Fields

srn_reactor_treactor
srn_scheduler_tscheduler
io_waiter_twaiter
size_t channel
srn_reactor_io_request_t request

Detailed Description

Carries the submission across the suspend, on the fiber's stack.

Definition at line 76 of file io.c.

Field Documentation

◆ channel

size_t submit_ctx_t::channel

Definition at line 80 of file io.c.

◆ reactor

srn_reactor_t* submit_ctx_t::reactor

Definition at line 77 of file io.c.

◆ request

srn_reactor_io_request_t submit_ctx_t::request

Definition at line 81 of file io.c.

◆ scheduler

srn_scheduler_t* submit_ctx_t::scheduler

Definition at line 78 of file io.c.

◆ waiter

io_waiter_t* submit_ctx_t::waiter

Definition at line 79 of file io.c.


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