Class: OnyxCord::Internal::EventExecutor::Inline
- Inherits:
-
Object
- Object
- OnyxCord::Internal::EventExecutor::Inline
- Defined in:
- lib/onyxcord/internal/event_executor.rb
Instance Method Summary collapse
Instance Method Details
#post ⇒ Object
11 12 13 |
# File 'lib/onyxcord/internal/event_executor.rb', line 11 def post yield end |
#shutdown ⇒ Object
15 |
# File 'lib/onyxcord/internal/event_executor.rb', line 15 def shutdown; end |
#threads ⇒ Object
17 18 19 |
# File 'lib/onyxcord/internal/event_executor.rb', line 17 def threads [] end |