Skip to content

Instantly share code, notes, and snippets.

@tafsiri
Created August 9, 2016 01:18
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 tafsiri/77e21fa3a7d42634df84288bdb1b9a1d to your computer and use it in GitHub Desktop.
Save tafsiri/77e21fa3a7d42634df84288bdb1b9a1d to your computer and use it in GitHub Desktop.
response := URL with("http://example.com/") @fetch
#returns immediately and response is a future
#you can do whatever you want here.
response println #if the http request is not complete, this coroutine will yield until is completes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment