Mongo.Session.SessionPool.checkout
You're seeing just the function
checkout
, go back to Mongo.Session.SessionPool module for more information.
Specs
checkout(session_pool()) :: {Mongo.Session.ServerSession.t(), session_pool()}
Return a server session. If the session timeout is not reached, then a cached server session is return for reuse. Otherwise a newly created server session is returned.