Skip to content

Commit

Permalink
Delete the cached abortable iterable factory (#3362)
Browse files Browse the repository at this point in the history
# Summary

The subscriptions implementation used to be based on a chain of `AsyncIterables` which lent itself to memory leaks (see #3090). This has since been refactored in #3314, eliminating the last use of this cached abortable iterable factory code. If we ever end up bringing the concept of abortable iterables back, we'll probably do it in the way it was done in #3172.

For now, we can delete this.
  • Loading branch information
steveluscher authored Oct 11, 2024
1 parent 441fa3a commit 3cfc8c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 402 deletions.

This file was deleted.

Loading

0 comments on commit 3cfc8c3

Please sign in to comment.