✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Assume that we have the Clojure code below (the syntax is valid, the @foo notation represents the value of foo ). Given this code, which of the following observations is true?
(def foo (future (Thread/sleep 2000) 4000 ))
(println
@foo)