Kaydet (Commit) ddcdd4a5 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Tamás Zolnai

Fix typos

Change-Id: I51700733fda3a08570085ed6745961cd1680eabd
Reviewed-on: https://gerrit.libreoffice.org/42588Reviewed-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
üst 8958240f
...@@ -105,7 +105,7 @@ SolarMutex acquire and release calls, so the calling and the main thread ...@@ -105,7 +105,7 @@ SolarMutex acquire and release calls, so the calling and the main thread
don't deadlock. Those wakeup events must be ignored to prevent busy-locks. don't deadlock. Those wakeup events must be ignored to prevent busy-locks.
We can neither rely on MacOS dispatch_sync code block execution nor the We can neither rely on MacOS dispatch_sync code block execution nor the
message handling, as both can't be priorized or filtered and the first message handling, as both can't be prioritized or filtered and the first
does also not allow nested execution and is just processed in sequence. does also not allow nested execution and is just processed in sequence.
There is also a workaround for a problem for pushing tasks to an empty queue, There is also a workaround for a problem for pushing tasks to an empty queue,
...@@ -188,5 +188,5 @@ Instead of LO running in the main process / thread, we run it in a 2nd thread ...@@ -188,5 +188,5 @@ Instead of LO running in the main process / thread, we run it in a 2nd thread
and defer al GUI calls to the main thread. This way it'll hopefully not block and defer al GUI calls to the main thread. This way it'll hopefully not block
and can process system events. and can process system events.
That's just a theory - it definitly needs more analysis before even attemding That's just a theory - it definitely needs more analysis before even attending
an implementation. an implementation.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment