Skip to content

Instantly share code, notes, and snippets.

@soheilhy
Created July 19, 2015 16:25
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/a0dbd71cfa67b98ac207 to your computer and use it in GitHub Desktop.
Save soheilhy/a0dbd71cfa67b98ac207 to your computer and use it in GitHub Desktop.
TimeoutHandler.Map
func (h TimeoutHandler) Map(msg beehive.Msg,
ctx beehive.MapContext) beehive.MappedCells {
// Broadcast the timeout message to all local bees.
return beehive.MappedCells{}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment