Skip to content

Commit

Permalink
remove useless requestNextPulse in ToQueueBasedCommandApplicationStra…
Browse files Browse the repository at this point in the history
…tegy>>addCommand:
  • Loading branch information
plantec committed Oct 31, 2024
1 parent 7e2748e commit 112ada3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ ToQueueBasedCommandApplicationStrategy >> addCommand: aCommand [
^ self ] ].

commandQueue add: aCommand.
self postApplicationTask.
element spaceDo: [ :sp | sp requestNextPulse ]
self postApplicationTask
]

{ #category : #accessing }
Expand Down

0 comments on commit 112ada3

Please sign in to comment.