Skip to content

Commit 3df36a7

Browse files
committed
Removed ensure-thread-is-running for DP box.
1 parent a40221e commit 3df36a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/mbox/message-box.lisp

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ Returns the handler-result if `withreply-p' is eq to `T', otherwise the return i
350350
processed-messages
351351
dispatcher) self
352352
(incf processed-messages)
353+
353354
(let ((push-item (make-message-item/dp
354355
:message message
355356
:handler-fun-args handler-fun-args
@@ -359,7 +360,6 @@ Returns the handler-result if `withreply-p' is eq to `T', otherwise the return i
359360
(log:debug "~a: enqueuing... withreply-p: ~a, time-out: ~a, message: ~a"
360361
(name self) withreply-p time-out message)
361362
(pushq queue push-item)
362-
;; (ensure-thread-is-running self)
363363

364364
(if withreply-p
365365
(dispatch/reply self push-item dispatcher dispatcher-fun-args time-out)

0 commit comments

Comments
 (0)