Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for newVirtualThreadPerTaskExecutor (0.15 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. container-tests/src/test/java/okhttp3/containers/BasicLoomTest.kt

        client =
          OkHttpClient
            .Builder()
            .trustMockServer()
            .dispatcher(Dispatcher(newVirtualThreadPerTaskExecutor()))
            .build()
    
        executor = newVirtualThreadPerTaskExecutor()
    
        // Capture non-deterministic but probable sysout warnings of pinned threads
        // https://docs.oracle.com/en/java/javase/21/core/virtual-threads.html
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Mar 19 19:25:20 GMT 2025
    - 3.7K bytes
    - Click Count (1)
Back to Top