Subject: | Consider `await` CODEref attribute instead of subclassing method |
The `->get` force-blocking call needs some waiting operation to work. Currently that's expected as a subclass method.
If instead it came via a constructor attribute this might make it easier to avoid subclassing Future simply to provide that, so instead that can be used to supply new features (e.g. incremental progress?)
--
Paul Evans