Skip to content

Instantly share code, notes, and snippets.

@cemerick
Created December 3, 2012 15:16
Show Gist options
  • Select an option

  • Save cemerick/4195657 to your computer and use it in GitHub Desktop.

Select an option

Save cemerick/4195657 to your computer and use it in GitHub Desktop.
(let [xs (repeatedly promise)
ys (->> xs
(map (comp vector deref))
(map concat))]
(deliver (first xs) 42)
(first ys))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment