]> git.tdb.fi Git - libs/game.git/commitdiff
Implement base support for buffered components
authorMikko Rasa <tdb@tdb.fi>
Sun, 4 Dec 2022 13:29:57 +0000 (15:29 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 4 Dec 2022 20:20:07 +0000 (22:20 +0200)
They hold two copies of data, one being read from and the other written
to.  This makes it easier to write concurrent and order-independent code.
Systems can declare dependencies to such components to have their prepare
and commit functions called automatically.


No differences found