This directory contains sources for Microsoft.Extensions.ObjectPool
. This package provides types that enable object reuse. You can find additional information in the ASP.NET Core Documentation.
This project contains abstractions and default implementations for pooling objects. Commonly used types include:
ObjectPool<T>
- This represents a pool of objects. This is used to get and return pooled objects.
IPooledObjectPolicy<T>
- This policy defines how pooled objects are created and returned.
ObjectPoolProvider
- This represents a provider of ObjectPool<T>
. This is used to create object pools based on an IPooledObjectPolicy<T>
.
For a full list of the types defined in this project, see the namespace documentation.
To build this specific project from source, follow the instructions on building the project.
To run the tests for this project, run the tests on the command line in this directory.
For more information, see the ASP.NET Core README.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。