Mongo.Session.SessionPool.checkin
You're seeing just the function
checkin
, go back to Mongo.Session.SessionPool module for more information.
Specs
checkin(GenServer.server(), Mongo.Session.ServerSession.t()) :: none()
Checkin a used server session. It if is already expired, the server session is dropped. Otherwise the server session is cache for reuse, until it expires due of being cached all the time.