Kepha
07/06/2020, 1:45 AM/**
* Initiate connection termination immediately. Termination may complete asynchronously.
*/
@Deprecated(
"Use cancel() instead.",
ReplaceWith("cancel()", "kotlinx.coroutines.cancel")
)
actual fun terminate()
What is the difference between terminate() and cancel() ?gildor
07/06/2020, 2:03 AMKepha
07/06/2020, 2:30 AM