Skip to content

Commit

Permalink
New translations listeners.md (Japanese)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Jun 30, 2024
1 parent c3195e1 commit 71213bc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions guide/content/ja/guide/basics/listeners.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,7 @@ In the above example, notice how there are three processes running:

### 優先度

.. new:: v23.12

```
v23.12 では `priority` キーワード引数がリスナーに追加されました。これによりリスナーの実行順序を微調整できます。 デフォルトの優先度は `0` です。優先度が高いリスナーは最初に実行されます。 同じ優先度を持つリスナーは、登録された順に実行されます。 さらに、 `app` インスタンスにアタッチされたリスナーは、 `Blueprint` インスタンスにアタッチされたリスナーの前に実行されます。
```
v23.12 では `priority` キーワード引数がリスナーに追加されました。 これにより、リスナーの実行順序を微調整できます。 デフォルトの優先度は `0` です。 優先度が高いリスナーが最初に実行されます。 同じ優先度を持つリスナーは、登録された順に実行されます。 さらに、 `app` インスタンスにアタッチされたリスナーは、 `Blueprint` インスタンスにアタッチされたリスナーの前に実行されます。

全体的に実行の順序を決定するためのルールは次のとおりです。

Expand Down

0 comments on commit 71213bc

Please sign in to comment.