Loom Engine - v3.1.1
    Preparing search index...

    Interface CoroutineStartOptions

    interface CoroutineStartOptions {
        onDone?: () => void;
        onError?: (err: unknown) => void;
    }
    Index

    Properties

    Properties

    onDone?: () => void
    onError?: (err: unknown) => void