Object
class for async job/proxy result when the :preempt_async_thread Database
option is used. Uses a mutex for synchronization, and either the JobProcessor
or the calling thread can run code to get the value.
Public Class methods
new()
[show source]
# File lib/sequel/extensions/async_thread_pool.rb 328 def initialize 329 super 330 @mutex = ::Mutex.new 331 end