terminate

abstract fun terminate()(source)

Deprecated (with error)

Use cancel() instead.

Replace with

import kotlinx.coroutines.cancel
cancel()

Initiates a connection termination immediately. Termination may complete asynchronously.

Report a problem