Skip to content

Commit

Permalink
Remove the todo waiting for a portable semaphore-count
Browse files Browse the repository at this point in the history
It's not going to happen.

PiperOrigin-RevId: 499556697
  • Loading branch information
jgodbout committed Jan 4, 2023
1 parent 43158d8 commit 531ad6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions koans-solved/threads.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
;;; If you are using Quicklisp, please feel free to enable this lesson by
;;; following the instructions in the README.

;;; TODO: wait for Bordeaux Threads to implement a portable SEMAPHORE-COUNT
;;; and use it in the semaphore koans.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(define-test thread-return-value
Expand Down
3 changes: 0 additions & 3 deletions koans/threads.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
;;; If you are using Quicklisp, please feel free to enable this lesson by
;;; following the instructions in the README.

;;; TODO: wait for Bordeaux Threads to implement a portable SEMAPHORE-COUNT
;;; and use it in the semaphore koans.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(define-test thread-return-value
Expand Down

0 comments on commit 531ad6b

Please sign in to comment.