Class: WebSocket::Client::Simple::Client
- Inherits:
-
Object
- Object
- WebSocket::Client::Simple::Client
- Defined in:
- lib/discordrb/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.
11 12 13 |
# File 'lib/discordrb/websocket.rb', line 11 def thread @thread end |