Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DecodeFrame (0.09 sec)

  1. platforms/core-configuration/graph-serialization/src/main/kotlin/org/gradle/internal/serialize/graph/Combinators.kt

                    codec.run { decode() }
                }
    
                decodeCall == null -> {
                    decodeCall = DecodeFrame(null)
                    decodeLoop(coroutineContext)
                }
    
                else -> suspendCoroutine { k ->
                    decodeCall = DecodeFrame(k)
                }
            }
    
        private
        fun WriteContext.encodeLoop(coroutineContext: CoroutineContext) {
            do {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:59:39 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top