Enter a message name below to show all available translations.
Found 3 translations.
Name | Current message text |
---|---|
h English (en) | Lastly, we have locals. They're instanced for different execution chains, so if your ProtoFlux is called twice at once, you can read from and write to the variable from both contexts, they will each use a unique instance of the variable that gets discarded when that execution ends. |
h French (fr) | En dernier, nous avons les Locals. Chaque Local est instancié pour une chaîne d’exécution différente. Si votre ProtoFlux est appelé deux fois a la suite, la variable sera lue et écrite dans chaque contexte qui sera unique. Cette variable est supprimée quand l’exécution se finis. |
h Japanese (ja) | 最後に「Local(ローカル)」があります。これは実行チェーンごとにインスタンス化される変数で、ProtoFlux が同時に2回呼び出された場合でも、それぞれのコンテキストから読み書きが可能です。それぞれの呼び出しは固有の変数インスタンスを使用し、実行が終了するとそのインスタンスは破棄されます。 |