Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
MatchmakingWsHandle
Interface MatchmakingWsHandle<T>
interface
MatchmakingWsHandle
<
T
=
Record
<
string
,
unknown
>
>
{
pool
:
MatchmakingPool
<
T
>
;
ingest
(
raw
:
string
)
:
string
;
tick
(
now
?:
number
)
:
Match
<
T
>
[]
;
stop
()
:
void
;
}
Type Parameters
T
=
Record
<
string
,
unknown
>
Index
Properties
pool
Methods
ingest
tick
stop
Properties
pool
pool
:
MatchmakingPool
<
T
>
Methods
ingest
ingest
(
raw
:
string
)
:
string
Parameters
raw
:
string
Returns
string
tick
tick
(
now
?:
number
)
:
Match
<
T
>
[]
Parameters
Optional
now
:
number
Returns
Match
<
T
>
[]
stop
stop
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
pool
Methods
ingest
tick
stop
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...