bunqueue
v2.8
API reference
all versions
·
guide
bunqueue
Guide
GitHub
Preparing search index...
client/worker/types
TcpConnection
Interface TcpConnection
TCP connection interface
interface
TcpConnection
{
send
:
(
cmd
:
Record
<
string
,
unknown
>
)
=>
Promise
<
Record
<
string
,
unknown
>
>
;
}
Index
Properties
send
Properties
send
send
:
(
cmd
:
Record
<
string
,
unknown
>
)
=>
Promise
<
Record
<
string
,
unknown
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
send
Guide
GitHub
bunqueue
Loading...
TCP connection interface