tryPop

suspend fun tryPop(): Boolean

Pops this scope from the current thread's scope stack if the scope is at the top of stack.

Return

true if the pop succeeded, false if this scope is not the top of stack

Throws

WrongThreadException

it the current thread is not the owner