Skip to content

Instantly share code, notes, and snippets.

@soheilhy
Created July 20, 2015 03:26
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 soheilhy/c1bc7f6c42687bc75a0b to your computer and use it in GitHub Desktop.
Save soheilhy/c1bc7f6c42687bc75a0b to your computer and use it in GitHub Desktop.
main incomplete
func main() {
h := beehive.NewHive()
taskq.RegisterTaskQ(h)
glog.Info("taskq started")
h.Start()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment