-
Notifications
You must be signed in to change notification settings - Fork 3
Coroutines for Qt
License
ckamm/qt-coroutine
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Warnings Thread-local data Libraries that use thread-local data and were not designed with coroutines in mind may not be safe to use from multiple coroutines at the same time. For example, having several coroutines executing JavaScript and allowing them to yield during script evaluation is not a good idea. At least not with JavaScriptCore. Microsoft Windows Using a heap based stack is not supported on Windows. The exception handler and some functions like OutputDebugString that use SEH will notice that the stack is not where it should be and terminate the application. When using coroutine you need to either avoid using anything SEH related from coroutines or implement a backend using Microsoft's Fiber API.
About
Coroutines for Qt
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published