Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for supplyAsync (0.14 sec)

  1. platforms/core-execution/hashing/src/test/groovy/org/gradle/internal/hash/HashingTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.internal.hash
    
    import spock.lang.Specification
    
    import static java.lang.Thread.currentThread
    import static java.util.concurrent.CompletableFuture.supplyAsync
    import static java.util.concurrent.Executors.newFixedThreadPool
    
    class HashingTest extends Specification {
        def 'cannot call hash multiple times'() {
            given:
            def hasher = Hashing.newHasher()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:43:29 UTC 2023
    - 3.3K bytes
    - Viewed (0)
Back to top