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