DraqueT / PolyGlot

PolyGlot is a conlang construction toolkit.
MIT License
387 stars 44 forks source link

Ensure that writes to a file are guaranteed singleton. #1241

Closed DraqueT closed 1 year ago

DraqueT commented 1 year ago

Ensure that there is no chance that a user initiated write can happen while an automatic write is happening, that two user initiated writes cannot happen at the same time, etc.