Class: OnyxCord::Internal::EventExecutor::Inline

Inherits:
Object
  • Object
show all
Defined in:
lib/onyxcord/internal/event_executor.rb

Instance Method Summary collapse

Instance Method Details

#postObject



11
12
13
# File 'lib/onyxcord/internal/event_executor.rb', line 11

def post
  yield
end

#shutdownObject



15
# File 'lib/onyxcord/internal/event_executor.rb', line 15

def shutdown; end

#threadsObject



17
18
19
# File 'lib/onyxcord/internal/event_executor.rb', line 17

def threads
  []
end