DEBSOURCES
Skip Quicknav
sources / c%2B%2B-annotations / 12.2.0-2 / yo / coroutines / demo / fsa / start / go.cc
12345678
#include "start.ih" //go void Start::go() { d_handle.resume(); // maybe protect using 'if (d_handle)' } //=