Module tsclientlib::sync[][src]

Expand description

The sync module contains an easier to use interface for a connection.

It makes it easier to use a connection from multiple threads and use async/await syntax for the cost of a little bit performance.

Structs

SyncConnection
SyncConnectionHandle

A handle for a SyncConnection which can be sent across threads.

Enums

SyncStreamItem

This is a subset of StreamItem.