Package-level declarations
Types
Class holding reference to the Application running Kaluga set application to your Application so default constructors work with the proper Context
Wrapper for the iOS OS Version
The thread of execution
The thread of execution
The thread of execution
The thread of execution On JavaScript there is only one thread, so everything is the main thread
The thread of execution
Functions
Runs a new coroutine and blocks the current thread interruptibly until its completion. This function should not be used from a coroutine. It is designed to bridge regular blocking code to libraries that are written in suspending style, to be used in main functions and in tests.
Runs a new coroutine and blocks the current thread interruptibly until its completion. This function should not be used from a coroutine. It is designed to bridge regular blocking code to libraries that are written in suspending style, to be used in main functions and in tests.
Runs a new coroutine and blocks the current thread interruptibly until its completion. Since JavaScript does not support threading, this will just run block on GlobalScope
Runs a new coroutine and blocks the current thread interruptibly until its completion. This function should not be used from a coroutine. It is designed to bridge regular blocking code to libraries that are written in suspending style, to be used in main functions and in tests.
Creates a coroutine execution context using a single thread.
Creates a coroutine execution context using a single thread.
Creates a coroutine execution context using a single thread.
Creates a coroutine execution context using a single thread. Since JavaScript does not have threading support, this will just return Dispatchers.Default
Creates a coroutine execution context using a single thread.
Creates a coroutine execution context using a thread pool.
Creates a coroutine execution context using a thread pool.
Creates a coroutine execution context using a thread pool. Since JavaScript does not have threading support, this will just return Dispatchers.Default
Creates a coroutine execution context using a thread pool.