Tornado 6 does not contain the StackContext used in the current implementation. How could we support Tornado 6? Should one of the already-implemented ScopeManagers be used? Should the [contextvars](https://docs.python.org/3/library/contextvars.html) module be used? That would limit the usage to Python 3.7+ though.