amethyst / amethyst/specs

Allow joining over `FlaggedStorage` in parallel

オープン
#541 コメント 16 件 リアクション 1 件 担当者 0 名 GitHub で見る
enhancement
主要言語
Rust
スター
2.6k
フォーク
215
PR マージ指標
30日以内にマージされた PR はありません

説明

## Problem

We cannot join over a `FlaggedStorage` as usual because it does not fulfill the `DistinctStorage` guarantee (since it pushes events when accessed).

## Potential solution

We can push the events prior or after the actual access and keep it out of any parallel logic. This seems to be the technically most reasonable solution, but might be very hard to get right, especially with the API we have.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。