Skip to content

Instantly share code, notes, and snippets.

@heejune
Created February 19, 2017 17:03
Embed
What would you like to do?
resumable_header
// TODO: reference additional headers your program requires here
#include <windows.h>
#include <future>
#include <iostream>
#ifdef _RESUMABLE_FUNCTIONS_SUPPORTED
#include <experimental/resumable>
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment