- Sort Score
- Result 10 results
- Languages All
Results 321 - 330 of 567 for nwait (0.04 sec)
-
mvnw.cmd
@REM @REM Required ENV vars: @REM JAVA_HOME - location of a JDK home dir @REM @REM Optional ENV vars @REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a keystroke before ending @REM MAVEN_OPTS - parameters passed to the Java VM when running Maven @REM e.g. to debug Maven itself, use @REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 14 22:24:15 UTC 2024 - 7.5K bytes - Viewed (0) -
internal/s3select/json/preader.go
dstRec.KVS = kvRecord dstRec.SelectFormat = sql.SelectFmtJSON return dstRec, nil } // Close - closes underlying reader. func (r *PReader) Close() error { if r.close != nil { close(r.close) r.readerWg.Wait() r.close = nil } r.recordsRead = len(r.current) if r.err == nil { r.err = io.EOF } return r.readCloser.Close() } // nextSplit will attempt to skip a number of bytes and
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Sep 23 19:35:41 UTC 2024 - 6.5K bytes - Viewed (0) -
cmd/peer-rest-server.go
if traceOpts.TraceTypes().Contains(madmin.TraceBootstrap) { go globalBootstrapTracer.Publish(ctx, globalTrace) } // Wait for remote to cancel and SubscribeJSON to exit. wg.Wait() return nil } func (s *peerRESTServer) BackgroundHealStatusHandler(_ *grid.MSS) (*grid.JSON[madmin.BgHealState], *grid.RemoteErr) {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Oct 04 11:32:32 UTC 2024 - 53.2K bytes - Viewed (0) -
.github/DISCUSSION_TEMPLATE/questions.yml
By asking questions in a structured way (following this) it will be much easier to help you. And there's a high chance that you will find the solution along the way and you won't even have to submit it and wait for an answer. ๐ As there are too many questions, I'll have to discard and close the incomplete ones. That will allow me (and others) to focus on helping people like you that follow the whole process and help us help you. ๐ค
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Aug 03 15:59:41 UTC 2023 - 5.8K bytes - Viewed (0) -
docs/ko/docs/tutorial/background-tasks.md
๋ฐฑ๊ทธ๋ผ์ด๋ ์์ ์ผ๋ก ์คํํ ํจ์๋ฅผ ์ ์ํฉ๋๋ค. ์ด๊ฒ์ ๋จ์ํ ๋งค๊ฐ๋ณ์๋ฅผ ๋ฐ์ ์ ์๋ ํ์ค ํจ์์ผ ๋ฟ์ ๋๋ค. **FastAPI**๋ ์ด๊ฒ์ด `async def` ํจ์์ด๋ , ์ผ๋ฐ `def` ํจ์์ด๋ ๋ด๋ถ์ ์ผ๋ก ์ด๋ฅผ ์ฌ๋ฐ๋ฅด๊ฒ ์ฒ๋ฆฌํฉ๋๋ค. ์ด ๊ฒฝ์ฐ, ์๋ ์์ ์ ํ์ผ์ ์ฐ๋ ํจ์์ ๋๋ค. (์ด๋ฉ์ผ ๋ณด๋ด๊ธฐ ์๋ฌผ๋ ์ด์ ) ๊ทธ๋ฆฌ๊ณ ์ด ์์ ์ `async`์ `await`๋ฅผ ์ฌ์ฉํ์ง ์์ผ๋ฏ๋ก ์ผ๋ฐ `def` ํจ์๋ก ์ ์ธํฉ๋๋ค. ```Python hl_lines="6-9" {!../../docs_src/background_tasks/tutorial001.py!} ``` ## ๋ฐฑ๊ทธ๋ผ์ด๋ ์์ ์ถ๊ฐ _๊ฒฝ๋ก ์๋ ํจ์_ ๋ด์์ ์์ ํจ์๋ฅผ `.add_task()` ํจ์ ํตํด _๋ฐฑ๊ทธ๋ผ์ด๋ ์์ _ ๊ฐ์ฒด์ ์ ๋ฌํฉ๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.7K bytes - Viewed (0) -
okhttp-dnsoverhttps/src/main/kotlin/okhttp3/dnsoverhttps/DnsOverHttps.kt
) { processResponse(response, hostname, responses, failures) latch.countDown() } }, ) } try { latch.await() } catch (e: InterruptedException) { failures.add(e) } } private fun processResponse( response: Response, hostname: String, results: MutableList<InetAddress>,
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Oct 31 09:27:31 UTC 2024 - 9.8K bytes - Viewed (0) -
internal/grid/muxclient.go
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jun 07 15:51:52 UTC 2024 - 15.9K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/GeneratedMonitorTest.java
} /** A typical timeout value we'll use in the tests. */ private static final long SMALL_TIMEOUT_MILLIS = 10; /** How long to wait when determining that a thread is blocked if we expect it to be blocked. */ private static final long EXPECTED_HANG_DELAY_MILLIS = 75; /** * How long to wait when determining that a thread is blocked if we DON'T expect it to be blocked. */
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:51:36 UTC 2024 - 27.1K bytes - Viewed (0) -
cmd/iam-object-store.go
return fmt.Errorf("unable to load the user `%s`: %w", userName, err) } userIdentities[index] = user return nil }, index) } err := errors.Join(g.Wait()...) return userIdentities, err } func (iamOS *IAMObjectStore) loadUser(ctx context.Context, user string, userType IAMUserType, m map[string]UserIdentity) error { u, err := iamOS.loadUserIdentity(ctx, user, userType)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 23:40:37 UTC 2024 - 26.6K bytes - Viewed (0) -
docs/ja/docs/tutorial/background-tasks.md
## ใฟในใฏ้ขๆฐใฎไฝๆ ใใใฏใฐใฉใฆใณใใฟในใฏใจใใฆๅฎ่กใใใ้ขๆฐใไฝๆใใพใใ ใใใฏใใใฉใกใผใฟใผใๅใๅใใใจใใงใใๅใชใๆจๆบ็ใช้ขๆฐใงใใ ใใใฏ `async def` ใพใใฏ้ๅธธใฎ `def` ้ขๆฐใงใใใ**FastAPI** ใฏใใใๆญฃใใๅฆ็ใใพใใ ใใใงใใฟในใฏ้ขๆฐใฏใใกใคใซๆธใ่พผใฟใๅฎ่กใใพใ (ใกใผใซ้ไฟกใฎใทใใฅใฌใผใทใงใณ)ใ ใพใใๆธใ่พผใฟๆไฝใงใฏ `async` ใจ `await` ใไฝฟ็จใใชใใใใ้ๅธธใฎ `def` ใง้ขๆฐใๅฎ็พฉใใพใใ ```Python hl_lines="6-9" {!../../docs_src/background_tasks/tutorial001.py!} ``` ## ใใใฏใฐใฉใฆใณใใฟในใฏใฎ่ฟฝๅ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6K bytes - Viewed (0)