6 ms·
I am not an expert, but from the examples in the article I think the author is looking for a bit more than read-your-writes. E.g. They mention reading a list o
by ewidar 10mo ago
I am not an expert, but from the examples in the article I think the author is looking for a bit more than read-your-writes.
E.g. They mention reading a list of attachements and want to ensure they get all currently created attachements, which includes the ones created by other processes.
So they want to have "read-all-writes" or something like that.