Skip to content

Commit

Permalink
fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Oct 30, 2024
1 parent 36c5097 commit 406e39c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/blueapi/worker/task_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ class TaskWorker:
_warnings: list[str]

# The queue is actually a channel between 2 threads
# most programming languages have a separate abstraction for this but Python reuses Queue
# most programming languages have a separate abstraction for this
# but Python reuses Queue
# So it's not used as a standard queue,
# but as a box in which to put the "current" task and nothing else
# So the calling thread can only ever submit one plan at a time.
Expand Down

0 comments on commit 406e39c

Please sign in to comment.