Commit 88c4ae0
authored
fix: Change IterableAsyncQueue to public access modifier (#122)
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> **Low Risk**
> Single visibility change with no functional logic changes; main risk
is expanding the supported public API surface.
>
> **Overview**
> Makes `IterableAsyncQueue` in `lib/shared/common` publicly accessible
by changing the class access modifier from package-private to `public`,
enabling reuse by other packages/modules without code changes to its
behavior.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
3e025c4. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 192a6f2 commit 88c4ae0
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments