pgator.db.async.workers.closed

Part of asynchronous pool realization.

Members

Aliases

TimedConnList
alias TimedConnList = DList!TimedConnListElem
Undocumented in source.
TimedConnListElem
alias TimedConnListElem = Tuple!(shared IConnection, "conn", TickDuration, "duration")
Undocumented in source.

Static functions

closedChecker
void closedChecker(ILogger logger, Duration reconnectTime)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

NCrashed <ncrashed@gmail.com>