mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Cleanup
This commit is contained in:
parent
800b8ecb67
commit
46de4b9049
1 changed files with 1 additions and 4 deletions
|
@ -391,10 +391,7 @@
|
|||
(threads tp:threads tp:set-threads!)
|
||||
)
|
||||
|
||||
(define (thread-pool-default-handler err)
|
||||
;; TODO: why is this never being called??
|
||||
(write "called default error handler") (newline)
|
||||
#f)
|
||||
(define (thread-pool-default-handler err) #f)
|
||||
|
||||
(define (%make-thread-pool-thread q handler)
|
||||
(make-thread
|
||||
|
|
Loading…
Add table
Reference in a new issue