- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 37 for yielded (0.04 sec)
-
schema/index_test.go
Fields: []schema.IndexOption{ {Field: &schema.Field{Name: "FieldD"}}, // Note: Duplicate Columns {Field: &schema.Field{Name: "FieldD"}}, }, }, { Name: "uniq_field_e1_e2", Class: "UNIQUE", Fields: []schema.IndexOption{ {Field: &schema.Field{Name: "FieldE1"}}, {Field: &schema.Field{Name: "FieldE2"}}, }, }, { Name: "uniq_field_f1_f2",
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Fri Dec 06 02:27:44 UTC 2024 - 7.9K bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/dependencies-with-yield.md
โซ๏ธ 5๏ธโฃ๐ ๐ ๐ค `HTTPException` โ๏ธ ๐ ๐ช ๐, โฎ๏ธ `yield`. โ๏ธ **โซ๏ธ ๐ ๐ซ ๐ท**. ๐ช ๐ ๐ โฎ๏ธ `yield` ๐ ๏ธ *โฎ๏ธ* ๐จ ๐จ, [โ ๐โ๐ฆบ](../handling-errors.md#_4){.internal-link target=_blank} ๐ โ๏ธ โช ๐. ๐ค ๐ณ ๐ฝ โ ๐ฎ ๐ ๐ ๐ช ๐ (โฎ๏ธ `yield`). , ๐ฅ ๐ ๐ค `HTTPException` โฎ๏ธ `yield`, ๐ข (โ๏ธ ๐ ๐) โ ๐โ๐ฆบ ๐ โ `HTTPException`โ & ๐จ ๐บ๐ธ๐ 4๏ธโฃ0๏ธโฃ0๏ธโฃ ๐จ ๐ ๐ซ ๐ค โ ๐ โ ๐ซ๐. ๐ โซ๏ธโ โ ๐ณ โ ๐ (โ ๐ฝ ๐), ๐ผ, โ๏ธ ๐ฅ ๐.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.4K bytes - Viewed (0) -
android/guava/src/com/google/common/eventbus/Dispatcher.java
* all subscribers in the order they are posted. * * <p>When all subscribers are dispatched to using a <i>direct</i> executor (which dispatches on * the same thread that posts the event), this yields a breadth-first dispatch order on each * thread. That is, all subscribers to a single event A will be called before any subscribers to * any events B and C that are posted to the event bus by the subscribers to A. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 7.4K bytes - Viewed (0) -
docs/em/docs/advanced/events.md
๐ฒ ๐ ๐ช โถ๏ธ ๐ โฌ, โ๏ธ ๐ ๐ค ๐ก ๐ โซ๏ธ. ๐คท /// ### ๐ ๐ข ๐ฅ ๐ ๐, ๐ ๐ฅ โ ๐ ๐ข โฎ๏ธ `yield`. ๐ ๐ถ ๐ ๐ โฎ๏ธ `yield`. {* ../../docs_src/events/tutorial003.py hl[14:19] *} ๐ฅ ๐ ๐ข, โญ `yield`, ๐ ๐ ๏ธ **โญ** ๐ธ โถ๏ธ. & ๐ โฎ๏ธ `yield` ๐ ๐ ๏ธ **โฎ๏ธ** ๐ธ โ๏ธ ๐. ### ๐ ๐ ๐จโ๐ผ ๐ฅ ๐ โ , ๐ข ๐ โฎ๏ธ `@asynccontextmanager`. ๐ ๐ ๐ข ๐ ๐ณ ๐ค "**๐ ๐ ๐จโ๐ผ**".
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6K bytes - Viewed (0) -
docs/en/docs/advanced/events.md
{* ../../docs_src/events/tutorial003.py hl[14:19] *} The first part of the function, before the `yield`, will be executed **before** the application starts. And the part after the `yield` will be executed **after** the application has finished. ### Async Context Manager { #async-context-manager }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 7.9K bytes - Viewed (0) -
docs/pt/docs/advanced/events.md
A primeira coisa a notar, รฉ que estamos definindo uma funรงรฃo assรญncrona com `yield`. Isso รฉ muito semelhante ร Dependรชncias com `yield`. {* ../../docs_src/events/tutorial003.py hl[14:19] *} A primeira parte da funรงรฃo, antes do `yield`, serรก executada **antes** da aplicaรงรฃo inicializar. E a parte posterior do `yield` irรก executar **apรณs** a aplicaรงรฃo ser encerrada. ### Gerenciador de Contexto Assรญncrono
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.5K bytes - Viewed (0) -
docs/es/docs/advanced/events.md
Lo primero que hay que notar es que estamos definiendo una funciรณn asรญncrona con `yield`. Esto es muy similar a las Dependencias con `yield`. {* ../../docs_src/events/tutorial003.py hl[14:19] *} La primera parte de la funciรณn, antes del `yield`, serรก ejecutada **antes** de que la aplicaciรณn comience. Y la parte despuรฉs del `yield` serรก ejecutada **despuรฉs** de que la aplicaciรณn haya terminado. ### Async Context Manager
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 8.2K bytes - Viewed (0) -
docs/de/docs/advanced/events.md
/// ### Lifespan-Funktion Das Erste, was auffรคllt, ist, dass wir eine asynchrone Funktion mit `yield` definieren. Das ist sehr รคhnlich zu Abhรคngigkeiten mit `yield`. {* ../../docs_src/events/tutorial003.py hl[14:19] *} Der erste Teil der Funktion, vor dem `yield`, wird ausgefรผhrt **bevor** die Anwendung startet. Und der Teil nach `yield` wird ausgefรผhrt, **nachdem** die Anwendung beendet ist. ### Asynchroner Kontextmanager
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9K bytes - Viewed (0) -
docs/ko/docs/advanced/events.md
์๋ก์ด ๋ฒ์ ์ ์์ํด์ผ ํ๊ฑฐ๋, ๊ทธ๋ฅ ์คํ์ ๋ฉ์ถ๊ณ ์ถ์ ์๋ ์์ต๋๋ค. ๐คท /// ### Lifespan ํจ์ ๋จผ์ ์ฃผ๋ชฉํ ์ ์, `yield`๋ฅผ ์ฌ์ฉํ์ฌ ๋น๋๊ธฐ ํจ์(async function)๋ฅผ ์ ์ํ๊ณ ์๋ค๋ ๊ฒ์ ๋๋ค. ์ด๋ `yield`๋ฅผ ์ฌ์ฉํ ์์กด์ฑ๊ณผ ๋งค์ฐ ์ ์ฌํฉ๋๋ค. {* ../../docs_src/events/tutorial003.py hl[14:19] *} ํจ์์ ์ฒซ ๋ฒ์งธ ๋ถ๋ถ, ์ฆ `yield` ์ด์ ์ ์ฝ๋๋ ์ ํ๋ฆฌ์ผ์ด์ ์ด ์์๋๊ธฐ **์ ์** ์คํ๋ฉ๋๋ค. ๊ทธ๋ฆฌ๊ณ `yield` ์ดํ์ ๋ถ๋ถ์ ์ ํ๋ฆฌ์ผ์ด์ ์ด ์๋ฃ๋ ํ **๋์ค์** ์คํ๋ฉ๋๋ค. ### ๋น๋๊ธฐ ์ปจํ ์คํธ ๋งค๋์ ํจ์๋ฅผ ํ์ธํด๋ณด๋ฉด, `@asynccontextmanager`๋ก ์ฅ์๋์ด ์์ต๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:33:53 UTC 2025 - 9.2K bytes - Viewed (0) -
cmd/speedtest.go
} // if the default concurrency yields zero results, throw an error. if throughputHighestResults[i].Downloads == 0 && opts.concurrencyStart == concurrency { errStr = fmt.Sprintf("no results for downloads upon first attempt, concurrency %d and duration %s", opts.concurrencyStart, opts.duration) } // if the default concurrency yields zero results, throw an error.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue May 27 15:19:03 UTC 2025 - 9.2K bytes - Viewed (0)