Skip to content

Instantly share code, notes, and snippets.

@coffeepots
Last active September 8, 2016 15:42
Show Gist options
  • Save coffeepots/1048bc9921c255296c20990e683d6a1a to your computer and use it in GitHub Desktop.
Save coffeepots/1048bc9921c255296c20990e683d6a1a to your computer and use it in GitHub Desktop.
import asyncdispatch, jester
var hello = "str"
proc test(nonGCsafe: string): string = # this is tagged {.noSideEffect, gcSafe, locks:0.}
result = nonGCsafe
routes:
get "/":
resp test(hello)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment