No description
04f3a9e111
That global flag is checked all over the place, so setting it will actually make the threads eventually finish. (All polling is done with timeout, I think, and then checking TerminationFlag whenever the poll times out.) Sure, it would be much better to use an eventfd and poll that, too, instead of timing out from the polls all the time to check a plain old boolean flag. |
||
---|---|---|
loleaflet | ||
loolwsd | ||
scripts | ||
.gitreview | ||
README |
LibreOffice on-line. This project fundamentally has two pieces: loolwsd/ The server side component. loleaflet/ The client side component. First compile loolwsd, and then loleaflet. Since you need both of these to get things working, it is recommended to read the READMEs in both projects. Enjoy.