makeCurrent

open override fun makeCurrent(): Scope

Make this the currently active context

Return

handle to a Scope that MUST be disposed of (via Scope.close) when the current context is considered no longer active (returning the current active context to whatever it was previously if set).