Kepha
/** * Initiate connection termination immediately. Termination may complete asynchronously. */ @Deprecated( "Use cancel() instead.", ReplaceWith("cancel()", "kotlinx.coroutines.cancel") ) actual fun terminate()
gildor
A modern programming language that makes developers happier.