SelectFiber.isRegistered

Checks if client is identical to the current client. Note that the client instance is compared, not the client conduit, file descriptor or events.

class SelectFiber
bool
isRegistered

Parameters

client ISelectClient

client to compare for identity with the current client, pass null to check if there is no current client.

Return Value

Type: bool

true if client is the current client or false otherwise.

Meta