Skip to content

Instantly share code, notes, and snippets.

@patham9
Created May 30, 2016 12:24
Show Gist options
  • Save patham9/1dedf4dd5c858422a00c316e4b3e056a to your computer and use it in GitHub Desktop.
Save patham9/1dedf4dd5c858422a00c316e4b3e056a to your computer and use it in GitHub Desktop.
(defn concept-selector []
(gen-server
(reify Server
(init [_] (initialise aname @self))
(terminate [_ cause] #_(info (str aname " terminated.")))
(handle-cast [_ from id message] (msg-handler from message)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment