File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2424 * Note: in some cases pipeline can stall if new buffer cannot be allocated (ex. async writes flow).
2525 * In this case reserve request will indicate that not granting the ticket can block and buffer pool should try to
2626 * allocate ticket right away (or wait and call waker when mem is allocated for the case of async writes).
27+ * Note for custom pool implementations: Scheduler keeps track of all outstanding futures and will error them out when
28+ * request is paused or cancelled. Its still fine for memory pool implementation to deliver ticket (it will just be
29+ * released by future right away with no side effects) or just ignore the future if its already in error state.
2730 */
2831
2932AWS_PUSH_SANE_WARNING_LEVEL
You can’t perform that action at this time.
0 commit comments