Closed oremanj closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
134a865
) 99.74% compared to head (e7134b7
) 99.76%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thank you so much! Exciting to see these improvements. Feel free to ping me if you ever want a reviewer.
greenlet.getcurrent().parent
. Along with some tweaks in the messaging betweenawait_
andgreenback_shim
, this allowsawait_
to work inside other greenlets started by a portalized task, which allows us to interoperate with other similar approaches such as SQLAlchemy's async ORM. Fixes #22.has_portal()
and a better error message if they try to useawait_()
.with_portal_run[_sync]
, in addition to the originalensure_portal
interface.