Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::Goal::InitialSuspend Struct Reference

#include <goal.hh>

Public Member Functions

bool await_ready ()
 
void await_suspend (handle_type handle_)
 
void await_resume ()
 

Public Attributes

handle_type handle
 

Detailed Description

Used on initial suspend, does the same as std::suspend_always, but asserts that everything has been set correctly.

Member Data Documentation

◆ handle

handle_type nix::Goal::InitialSuspend::handle

Handle of coroutine that does the initial suspend


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