예제 #1
0
        public async Task <Guid> WithPool()
        {
            using var foo = await _pool.GetObjectAsync();

            return(foo.Id);
        }