stlab / libraries

ASL libraries will be migrated here in the stlab namespace, new libraries will be created here.
https://stlab.cc
Boost Software License 1.0
660 stars 65 forks source link

Add weak_future<> #545

Open sean-parent opened 5 months ago

sean-parent commented 5 months ago

For copyable futures, add a weak_future<> type that can be locked to return a future<> (which may be !valid() if the future has expired).