Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readerThreadStopsReadingAfterClose (0.47 sec)

  1. subprojects/core/src/test/groovy/org/gradle/util/internal/DisconnectableInputStreamTest.groovy

                assertReads(instr, 'abc')
                assertReads(instr, 'defghi')
                assertReads(instr, 'j')
            }
    
            instr.close()
        }
    
        @Test
        void readerThreadStopsReadingAfterClose() {
            def source = stream()
            source.onRead { buffer, pos, count ->
                return count
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 07 08:18:46 UTC 2021
    - 8.5K bytes
    - Viewed (0)
Back to top