View Source Mongo.Stream (mongodb-driver v1.5.0)

This module provides a stream implementation that automatically checks out a session when the stream is started and an Enumerable protocol that checks it back in when the stream has been consumed.

Summary

Functions

Link to this function

checkin_session(atom, session, topology_pid)

View Source
Link to this function

new(topology_pid, cmd, opts)

View Source