Class: AnyCable::Rails::Server::Executor
- Inherits:
-
Object
- Object
- AnyCable::Rails::Server::Executor
- Defined in:
- lib/anycable/rails/next/connection.rb
Overview
Implements an executor inteface
Defined Under Namespace
Classes: NoopTimer
Constant Summary collapse
- NOOP_TIMER =
NoopTimer.new.freeze
Instance Method Summary collapse
Instance Method Details
#post ⇒ Object
22 23 24 |
# File 'lib/anycable/rails/next/connection.rb', line 22 def post(...) raise NonImplementedError, "Executor#post is not implemented in AnyCable context" end |
#timer ⇒ Object
26 |
# File 'lib/anycable/rails/next/connection.rb', line 26 def timer(...) = NOOP_TIMER |