bio
 
Loading...
Searching...
No Matches
bio_cls_t Struct Reference

Coroutine-local storage (CLS) specification. More...

#include <bio.h>

Data Fields

size_t size
 Size of the data.
 
void(* init )(void *data)
 Optional initializer.
 
void(* cleanup )(void *data)
 Optional cleanup function.
 

Detailed Description

Coroutine-local storage (CLS) specification.

See also
bio_get_cls

Field Documentation

◆ cleanup

void(* bio_cls_t::cleanup) (void *data)

Optional cleanup function.

◆ init

void(* bio_cls_t::init) (void *data)

Optional initializer.

◆ size

size_t bio_cls_t::size

Size of the data.


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