Gets this's async_context.
This does not add a ref to the context, so you will need to ref it yourself if you want it to outlive its session.
For a modern Session, this will always just return the thread-default MainContext, and so is not especially useful.
this |
a Session |
this's MainContext, which may be |