ResponseCompletionSourcePool Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Object pool for ResponseCompletionSource and ResponseCompletionSource<TResult>.
public static class ResponseCompletionSourcePool
type ResponseCompletionSourcePool = class
Public Class ResponseCompletionSourcePool
- Inheritance
-
ResponseCompletionSourcePool
Methods
Get() |
Gets a value from the pool. |
Get<T>() |
Gets a value from the pool. |
Return(ResponseCompletionSource) |
Returns a value to the pool. |
Return<T>(ResponseCompletionSource<T>) |
Returns a value to the pool. |