Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: return early to avoid errors with no asyncfns (#616)
When no async functions are supplied, it will be stuck because rx() waits forever. This diff fixes it.
- Loading branch information