Nov-27-2017, 06:44 PM
(This post was last modified: Nov-27-2017, 06:44 PM by QueenSvetlana.)
(Nov-27-2017, 06:37 PM)buran Wrote: why not use tuple, instead of list, if you want it immutable? Note that I don't think logs should be immutable - user may want to edit an old log
I wasn't thinking, I should have thought of tuple!
That being said, how would go about modelling the logs while keeping it thread safe? The data changes, as we both pointed out.