Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created September 7, 2018 14:09
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 deque-blog/da5234e189c499d29fbcb41a52df526e to your computer and use it in GitHub Desktop.
Save deque-blog/da5234e189c499d29fbcb41a52df526e to your computer and use it in GitHub Desktop.
sortedLog = Enum.sort_by(worker.eventLog, fn event -> {event.time, event.origin} end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment