Skip to content

Instantly share code, notes, and snippets.

@abergmeier
Created February 3, 2014 12:35
Show Gist options
  • Save abergmeier/8783108 to your computer and use it in GitHub Desktop.
Save abergmeier/8783108 to your computer and use it in GitHub Desktop.
N3784+
namespace std {
template< class T >
class continuator;
template< class T >
class shared_continuator;
template< class Type >
continuator async_cast(std::future<Type> fut) noexcept;
template< class Type >
shared_continuator async_cast(std::shared_future<Type> fut) noexcept;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment