pub fn global_pool() -> &'static ZeroPoolExpand description
Returns a reference to the lazily initialized global pool.
This is the simplest way to share a single pool across your application.
The pool is created on first use using ZeroPool::new.
pub fn global_pool() -> &'static ZeroPoolReturns a reference to the lazily initialized global pool.
This is the simplest way to share a single pool across your application.
The pool is created on first use using ZeroPool::new.