class Concurrent::TimerSet
def initialize(opts = {})
(**opts)
-
:executor
(Executor
) -- when set use the given `Executor` instance.
Parameters:
-
opts
(Hash
) -- the options used to specify the executor on which to perform actions
def initialize(opts = {}) super(opts) end