nsqio / go-diskqueue

A Go package providing a filesystem-backed FIFO queue
MIT License
467 stars 101 forks source link

Asynchronous persistence #18

Closed Chaiyq closed 4 years ago

Chaiyq commented 4 years ago

Asynchronous persistence, avoid IO block

ploxiln commented 4 years ago

You can leave a single pull request open, while you push up additional fixes, and later you can use an "interactive rebase" to squash your fixup commits into original, and then "force push" up the branch to make only the clean updated commits present in the old existing pull request.

Chaiyq commented 4 years ago

OK,thank you very much