← Docs
kotlin-stdlib / kotlin.native.concurrent / Continuation1

Continuation1

Native
1.3
class Continuation1 < T1 > : ( T1 ) -> Unit
(source)
Deprecated: This API is deprecated without replacement

Constructors

Native
1.3

<init>

Continuation1 (
block : ( p1 : T1 ) -> Unit ,
invoker : CPointer < CFunction < ( COpaquePointer ? ) -> Unit > > ,
singleShot : Boolean = false )

Functions

Native
1.3

dispose

fun dispose ( )
Native
1.3

invoke

operator fun invoke ( p1 : T1 )
Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .