Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. okhttp/src/main/kotlin/okhttp3/AsyncDns.kt

        fun toDns(vararg asyncDns: AsyncDns): Dns =
          Dns { hostname ->
            val allAddresses = mutableListOf<InetAddress>()
            val allExceptions = mutableListOf<IOException>()
            val latch = CountDownLatch(asyncDns.size)
    
            asyncDns.forEach {
              it.query(
                hostname,
                object : Callback {
                  override fun onResponse(
                    hostname: String,
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Tue Jan 23 14:31:42 GMT 2024
    - 3.5K bytes
    - Viewed (0)
Back to top