v1.8.10
  • Solutions
    • Multiplatform
    • Server-side
    • Data science
    • Android
  • Docs
  • Community
  • Teach
  • Play
    • Playground
    • Hands-on
    • Examples
    • Koans
← Docs
kotlin-stdlib / kotlin.native.concurrent / Continuation1

Continuation1

Native
1.3
class Continuation1<T1> : (T1) -> Unit
(source)

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
Kotlin™ is protected under the Kotlin Foundation and licensed under the Apache 2 license.
Supported and developed by JetBrains