resumable_header
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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