Package-level declarations

Types

Link copied to clipboard
open class KEnvironmentWeb(settings: KEnvironment.Settings = Settings()) : KEnvironment
Link copied to clipboard
class KSocket(val scope: CoroutineScope, val host: String, val port: Int)
Link copied to clipboard

Functions

Link copied to clipboard
actual fun socketAddress(host: String, port: Int): CValue<sockaddr_in>
actual fun socketAddress(host: String, port: Int): CValue<sockaddr_in>
expect fun socketAddress(host: String, port: Int): CValue<sockaddr_in>