Skip to content

Instantly share code, notes, and snippets.

@cowboyd
Created June 14, 2023 15:14
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 cowboyd/9b97cdb2732efd83f26193e3d7aa316e to your computer and use it in GitHub Desktop.
Save cowboyd/9b97cdb2732efd83f26193e3d7aa316e to your computer and use it in GitHub Desktop.
A simple distributed continuation that just returns a value (no shifts or resets);
export default function*() {
return "Hello World!";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment