Expand description

The connection pool for Remote Settings. Due to the lack of sync primitives (i.e. Condvar) in tokio::sync, the implementation is based on the counterparts of std::sync with certain handling such that blocking operations are performed in a managed manner.

Structs

The connection to Remote Settings

The connection pool for Remote Settings.