lib/good_job/poller.rb in good_job-1.11.2 vs lib/good_job/poller.rb in good_job-1.11.3

- old
+ new

@@ -1,4 +1,5 @@ +# frozen_string_literal: true require 'concurrent/atomic/atomic_boolean' module GoodJob # :nodoc: # # Pollers regularly wake up execution threads to check for new work.