init(_:eventLoop:)

    Initialise a NIOLoopBoundBox to value with the precondition that the code is running on eventLoop.

    NIOLoopBound.swift:88
    convenience init(_ value: Value, eventLoop: EventLoop)

    Other members in extension

    Type members

    Instance members

    • var value: Value

      Access the value with the precondition that the code is running on eventLoop.

    Show implementation details (1)

    Hide implementation details