So, if your framework installs some default context (with authorization, dispatching, logging and all the other aspects), then all the
subcoroutines (children coroutines? I don't really know how to name them) that you start with
kotlinx.coroutines
builders to do some work in parallel will automatically inherit the context.