class Mongo::Server::Monitor

Responsible for periodically polling a server via ismaster commands to keep the server’s status up to date.

Does all work in a background thread so as to not interfere with other operations performed by the driver.

@since 2.0.0 @api private