graphmine-core / io.github.sof3.graphmine.scope
BaseScope | open class BaseScope : Scope Basic implementation of BaseScope |
Scope | interface Scope : CoroutineScope A Scope represents some period of persistence. Features are enabled only during the scope is not disposed. Builtin scopes include: |