Trying to use this library within a multi threaded tokio runtime. I see that with just the async feature, session::authenticator::GssAuthTokenHandler is not Send. Enabling the multithreaded feature works but removes the ability to await, so does this happen automatically internally?