SIGN IN SIGN UP

Clarify that AsyncExitStack works with coroutine functions (GH-9405)

The docs were ambiguous about whether you pass in a coroutine function
or a coroutine object, e.g. is it:

  aestack.push_async_exit(some_async_func)

or

  aestack.push_async_exit(some_async_func())

(It's the first one.)
N
Nathaniel J. Smith committed
a3c88ef12c7b8993912750b56a1e095652fe47c0
Parent: 79d1c2e
Committed by Carol Willing <carolcode@willingconsulting.com> on 9/18/2018, 9:27:59 PM