|
|
|
|
|
by etbebl
2529 days ago
|
|
Oh neat, thanks! Yup, that sounds like a more general/flexible version of what I was trying to do. I was focused on situations with just one writer (and originally also one reader), with the main thing being avoiding allocations. The situation where future values actually depend on past values, and specifically the current past value with other writers in the mix, is definitely trickier. |
|