Skip to content

Commit

Permalink
Correct typos; MasterDuke17++
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Sep 14, 2017
1 parent 683037b commit 89b9ac7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/core/ThreadPoolScheduler.pm
Expand Up @@ -139,11 +139,12 @@ my class ThreadPoolScheduler does Scheduler {
# work, they may steal from timer threads.
# * Timer worker threads are intended to handle time-based events. They
# pull events from the time-sensitive queue, and they will not do any
# work stealing so as to ready and available for timer events. The
# work stealing so as to be ready and available for timer events. The
# time-sensitive queue will only be returned when a queue is requested
# with the :hint-time-sensitive named argument. Only one timer worker
# will be created on the first request such a queue; the supervisor will
# then monitor the time-sensitive queue length and add more if needed.
# will be created on the first request for such a queue; the supervisor
# will then monitor the time-sensitive queue length and add more if
# needed.
# * Affinity worker threads each have their own queue. They are used when
# a queue is requested and :hint-affinity is passed. These are useful
# for things like Proc::Async and IO::Socket::Async, where events will
Expand Down

0 comments on commit 89b9ac7

Please sign in to comment.