mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Reword comment
Forgot to add this to the last commit.
This commit is contained in:
@@ -38,9 +38,9 @@ class HostBridge {
|
|||||||
* up a Win32 timer in their constructor, but since the plugins are left in
|
* up a Win32 timer in their constructor, but since the plugins are left in
|
||||||
* a partially initialized state until `effOpen()` has been called running
|
* a partially initialized state until `effOpen()` has been called running
|
||||||
* the Win32 message loop before that time will trigger a race condition
|
* the Win32 message loop before that time will trigger a race condition
|
||||||
* within those plugins. This is very much an issue with those plugins, but
|
* within those plugins. This is very much an issue with those particular
|
||||||
* since this situation wouldn't occur on Windows we'll just have to work
|
* plugins, but since this situation wouldn't occur on Windows we'll just
|
||||||
* around it.
|
* have to work around it.
|
||||||
*
|
*
|
||||||
* @relates MainContext::async_handle_events
|
* @relates MainContext::async_handle_events
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user