Skip to content

Instantly share code, notes, and snippets.

@EricWF
Last active June 10, 2018 03:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EricWF/e553b096befb2c886cad4adda0c0edd8 to your computer and use it in GitHub Desktop.
Save EricWF/e553b096befb2c886cad4adda0c0edd8 to your computer and use it in GitHub Desktop.
  • Can constructors be resumable functions?
  • Can resumable variable declarations be static or thread local?
  • Can resumable variables declarations occur at global scope?
  • Must resumable variable declarations be declared with an auto specifier?
  • Currently, resumable functions must be defined by the end of the TU. I think this may need to be weakened to before they're used.
  • Static functions should also be allowed to be implicitly resumable, like inline functions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment