diff options
| author | jgodbout | 2023-01-04 20:52:29 +0000 |
|---|---|---|
| committer | jgodbout | 2023-01-04 20:52:36 +0000 |
| commit | 531ad6bcd4daef831b299c4129caf2eedeb79245 (patch) | |
| tree | fa0e09922f505853328ace4bff5adbb6b46f664a | |
| parent | 43158d8c0eca7e36857dfe8bb49f81881038a78d (diff) | |
It's not going to happen.
PiperOrigin-RevId: 499556697
| -rw-r--r-- | koans-solved/threads.lisp | 3 | ||||
| -rw-r--r-- | koans/threads.lisp | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/koans-solved/threads.lisp b/koans-solved/threads.lisp index 318e39f..bc1eeeb 100644 --- a/koans-solved/threads.lisp +++ b/koans-solved/threads.lisp @@ -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 diff --git a/koans/threads.lisp b/koans/threads.lisp index 318e39f..bc1eeeb 100644 --- a/koans/threads.lisp +++ b/koans/threads.lisp @@ -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 |
