MB
Size: a a a
MB
MB
MB
AB
MB
MB
MB
ST
MB
MB
ST
(let [a (future 1)
b (future 2)]
(+ @a @b))
AB
(let [a (future 1)
b (future 2)]
(+ @a @b))
MB
(let [a (future 1)
b (future 2)]
(+ @a @b))
E
ST
(let [a (future 1)
b (future 2)]
(+ @a @b))
MB
MB
ST
(let [a (future 1)
b (future 2)]
(future (+ @a @b)))
ST
(let [a (future 1)
b (future 2)]
(future (+ (deref a) (deref b))))
MB
(let [a (future 1)
b (future 2)]
(future (+ @a @b)))