1 Star 0 Fork 0

pengdong/aspnetcore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.azure/pipelines
.azuredevops
.config
.devcontainer
.github
.vscode
docs
eng
src
Analyzers
Antiforgery
Azure
BuildAfterTargetingPack
Caching
Components
Configuration.KeyPerFile
DataProtection
DefaultBuilder
Extensions/Features
Features/JsonPatch
FileProviders
Framework
Grpc
HealthChecks
Hosting
Html.Abstractions
Http
HttpClientFactory
Identity
Installers
JSInterop
Localization
Logging.AzureAppServices
Middleware
Mvc
ObjectPool
src
test
Readme.md
build.cmd
build.sh
OpenApi
ProjectTemplates
Razor
Security
Servers
Shared
SignalR
SiteExtensions
Testing
Tools
WebEncoders
submodules
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules
.globalconfig
.vsconfig
AspNetCore.sln
CODE-OF-CONDUCT.md
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
LICENSE.txt
NuGet.config
README.md
SECURITY.md
THIRD-PARTY-NOTICES.txt
activate.ps1
activate.sh
clean.cmd
clean.ps1
clean.sh
dockerbuild.sh
global.json
omnisharp.json
restore.cmd
restore.sh
startvs.cmd
startvscode.cmd
startvscode.sh
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Object Pool

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.

Description

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.

Development Setup

Build

To build this specific project from source, follow the instructions on building the project.

Test

To run the tests for this project, run the tests on the command line in this directory.

More Information

For more information, see the ASP.NET Core README.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/pengdong/aspnetcore.git
git@gitee.com:pengdong/aspnetcore.git
pengdong
aspnetcore
aspnetcore
main

搜索帮助