Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove mention about Awaitable not resolvable with itself
This is especially problematic to enforce if we get circular resolutions (i.e. Awaitable 1 is resolved with Awaitable 2 which in turn is resolved with Awaitable 1). In this case it is better to just outright rely on implicit behavior (i.e. recursion).
- Loading branch information