Skip to content

Instantly share code, notes, and snippets.

@gfredericks
Created May 10, 2011 13:44
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 gfredericks/964497 to your computer and use it in GitHub Desktop.
Save gfredericks/964497 to your computer and use it in GitHub Desktop.
(defn do-stuff
[]
(send resource-agent register-resource-user)
(await resource-agent)
(do-stuff-with-resource)
(send resource-agent unregister-resource-user))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment