JH-Toolkit v1.4.1
An engineering-oriented C++20 toolkit with duck-typed concepts, static design, async coroutines, and semantic containers — header-only, RTTI-free, and concurrency-friendly.
Loading...
Searching...
No Matches
jh::async::resume_t Struct Referencefinal

Tag type used to trigger a co_await inside a fiber. More...

#include <jh/asynchronous/fiber.h>

Detailed Description

Tag type used to trigger a co_await inside a fiber.

  • Acts as a marker for await_transform() inside the promise type.
  • Always suspends when awaited.

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