At this point, somehow, I'm starting to consider C++ templates beautiful! Perhaps a signature form like:
template <FutureA, FutureB, ValueA, ValueB, Error> pub fn try_join() ... etc.
At this point, somehow, I'm starting to consider C++ templates beautiful! Perhaps a signature form like:
would be clearer at this point.