Skip to content

Instantly share code, notes, and snippets.

@casualjim
Created December 16, 2010 23:44
Show Gist options
  • Save casualjim/744234 to your computer and use it in GitHub Desktop.
Save casualjim/744234 to your computer and use it in GitHub Desktop.
asyncGet("/route") {
// all methods below are optional so in reality you would only see 2 or 3
init { continuation =>
}
resumed { continuation =>
}
expired { continuation =>
}
suspended { continuation =>
}
completing { continuation =>
}
timingOut { continuation =>
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment