All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.web.messaging.MessageChannel.kt Maven / Gradle / Ivy

package web.messaging

external class MessageChannel {
    /** Returns the first MessagePort object. */
    val port1: MessagePort

    /** Returns the second MessagePort object. */
    val port2: MessagePort
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy