Skip to content

Commit

Permalink
Removed ensure-thread-is-running for DP box.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jan 15, 2025
1 parent a40221e commit 3df36a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mbox/message-box.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ Returns the handler-result if `withreply-p' is eq to `T', otherwise the return i
processed-messages
dispatcher) self
(incf processed-messages)

(let ((push-item (make-message-item/dp
:message message
:handler-fun-args handler-fun-args
Expand All @@ -359,7 +360,6 @@ Returns the handler-result if `withreply-p' is eq to `T', otherwise the return i
(log:debug "~a: enqueuing... withreply-p: ~a, time-out: ~a, message: ~a"
(name self) withreply-p time-out message)
(pushq queue push-item)
;; (ensure-thread-is-running self)

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

0 comments on commit 3df36a7

Please sign in to comment.