I’ve updated an old playground from a previous discussion to work with the latest nightly (and I guess this is likely the last time it needs changing till generators themselves are RFCed since futures_api
and pin
are stable ). This implements a basic generator with resume arguments along with the mapping from
Future
to Generator
using it.
1 Like