Class: WebSocket::Client::Simple::Client
- Inherits:
-
Object
- Object
- WebSocket::Client::Simple::Client
- Defined in:
- lib/rubycord/websocket.rb
Overview
Patch to the WSCS class to allow reading the internal thread
Instance Attribute Summary collapse
-
#thread ⇒ Thread
readonly
The internal thread this client is using for the event loop.
Instance Attribute Details
#thread ⇒ Thread (readonly)
Returns the internal thread this client is using for the event loop.
9 10 11 |
# File 'lib/rubycord/websocket.rb', line 9 def thread @thread end |