Skip to content

Commit

Permalink
removed old cl-async-future compat hack
Browse files Browse the repository at this point in the history
  • Loading branch information
thezerobit committed Nov 27, 2014
1 parent d468770 commit 1025cc1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/green-threads.lisp
Expand Up @@ -242,15 +242,6 @@

;; Futures

;; TODO: remove once cl-async-future gets version bump to 0.4.2 in Quicklisp
(eval-when (:load-toplevel :compile-toplevel)
(unless (asdf:version-satisfies (asdf:find-system :cl-async-future) "0.4.2")
(defun lookup-forwarded-future (future)
(cl-async-future::lookup-actual-future future))

(defun future-finished-p (future)
(cl-async-future::future-finished future))))

(defun queue-future (future action &optional thread)
"Queues an action on current (or specified) thread to take place when
provided future is completed."
Expand Down

0 comments on commit 1025cc1

Please sign in to comment.