Skip to content

Commit

Permalink
update to get future values from new blackbird library unexported met…
Browse files Browse the repository at this point in the history
…hod: promise-values
  • Loading branch information
thezerobit committed Nov 27, 2014
1 parent 7a2b122 commit d468770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/green-threads.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
(defun future-values (future)
"Returns the values given to the future when it
was completed."
(values-list (cl-async-future::future-values future)))
(values-list (blackbird::promise-values future)))

(defun/cc wait-on (future)
"Requires CL-CONT:WITH-CALL/CC environment, causes the current
Expand Down

0 comments on commit d468770

Please sign in to comment.