(match: Match, ...input: (Item | Reply)[])
| 651 | } |
| 652 | |
| 653 | const queueMatch = (match: Match, ...input: (Item | Reply)[]) => { |
| 654 | list = [...list, ...input.map((value) => ({ item: item(value), match }))] |
| 655 | } |
| 656 | |
| 657 | const notify = Effect.fnUntraced(function* () { |
| 658 | const ready = waits.filter((item) => hits.length >= item.count) |