Document WaitForBackgroundWorkerShutdown and fix bgworker typo
WaitForBackgroundWorkerShutdown() was added in 924bcf4f16d, but never
documented which seems like an oversight for such a useful function. The
attached patch adds this to bgworker.sgml, and also fixes what I believe are
typos in the WaitForBackgroundWorkerStartup paragraph.
cheers ./daniel
Attachments:
bgworker.patchapplication/octet-stream; name=bgworker.patchDownload+13-3
On 2018-02-09 23:43:26 +0100, Daniel Gustafsson wrote:
WaitForBackgroundWorkerShutdown() was added in 924bcf4f16d, but never
documented which seems like an oversight for such a useful function. The
attached patch adds this to bgworker.sgml, and also fixes what I believe are
typos in the WaitForBackgroundWorkerStartup paragraph.
Pushed, after s/pass/passing/.
Thanks,
- Andres
On 01 Mar 2018, at 17:46, Andres Freund <andres@anarazel.de> wrote:
On 2018-02-09 23:43:26 +0100, Daniel Gustafsson wrote:
WaitForBackgroundWorkerShutdown() was added in 924bcf4f16d, but never
documented which seems like an oversight for such a useful function. The
attached patch adds this to bgworker.sgml, and also fixes what I believe are
typos in the WaitForBackgroundWorkerStartup paragraph.Pushed, after s/pass/passing/.
Right, that reads a lot better, thanks!
cheers ./daniel