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

commonMain.raven.Sender.kt Maven / Gradle / Ivy

The newest version!
package raven

import koncurrent.Later

interface Sender

{ fun credit(): Later fun canSend(count: Int): Later fun send(params: P): Later

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy