Module: RCrewAI::AsyncExtensions
Overview
Extensions to existing classes for async support
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(base) ⇒ Object
223 224 225 |
# File 'lib/rcrewai/async_executor.rb', line 223 def self.included(base) base.extend(ClassMethods) end |
Instance Method Details
#async_execution? ⇒ Boolean
240 241 242 |
# File 'lib/rcrewai/async_executor.rb', line 240 def async_execution? @async_execution || false end |
#thread_id ⇒ Object
244 245 246 |
# File 'lib/rcrewai/async_executor.rb', line 244 def thread_id @thread_id end |