Skip to content

Instantly share code, notes, and snippets.

@nathanmarz
Created October 8, 2010 09:02
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 nathanmarz/616537 to your computer and use it in GitHub Desktop.
Save nathanmarz/616537 to your computer and use it in GitHub Desktop.
(defmapcatop intensive-op [str]
(c/with-timeout [10000] ; 10 second timeout
[(extract-tuple-using-crazy-regex str)]
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment