513bebcb95
Instead of starting at zero, start at the current file size. This offset is stored in FileStream. It is only an approximation because concurrent writes could advance the file without FileStream's knowledge. Add a test that shows that the offset is approximated as expected and that appending to an existing file works, too. This is also a regression test which shows that appending to an existing file works as expected. See vibe-d/eventcore#115. |
||
---|---|---|
.. | ||
core | ||
internal | ||
appmain.d |