Skyscanner / aiotask-context

Contextual information for asyncio tasks
MIT License
161 stars 25 forks source link

Support wait_for and others #1

Closed argaen closed 7 years ago

argaen commented 7 years ago

wait_for support can be added by wrapping coroutines with "ensure_future". asyncio code already has the logic to support both futures and coroutines inside wait_for. Need to check for others