Structs§
- Local
Client - A
Clientspecialized for connecting to an in-processServer. - Local
Session - A struct for implementing
perspective_client::Sessionagainst an same-processServerinstance. - Server
- An instance of a Perspective server. Each
Serverinstance is separate, and does not shareperspective_client::Table(or other) data with otherServers.
Traits§
- Session
Handler - Use
SessionHandlerto implement a callback for messages emitted from a [Session], to be passed to theServer::new_sessionconstructor.
Functions§
- num_
cpus - Returns the number of threads the internal threadpool will use.
- set_
num_ cpus - Set the number of threads the internal threadpool will use. Can also be set
with
NUM_OMP_THREADSenvironment variable.