https://github.com/lszl84/wx_wxthread_tutorial
wxThread in wxWidgets - a tutorial
https://github.com/lszl84/wx_wxthread_tutorial
cpp wxwidgets
Last synced: about 10 hours ago
JSON representation
wxThread in wxWidgets - a tutorial
- Host: GitHub
- URL: https://github.com/lszl84/wx_wxthread_tutorial
- Owner: lszl84
- License: mit
- Created: 2022-09-29T11:25:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-18T14:42:24.000Z (about 1 year ago)
- Last Synced: 2025-05-18T15:35:29.739Z (about 1 year ago)
- Topics: cpp, wxwidgets
- Language: C++
- Homepage: https://www.lukesdevtutorials.com
- Size: 30.3 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wx_wxthread_tutorial
Background processing with wxWidgets using wxThread and wxThreadHelper with wxCriticalSection for data protection. [Video tutorial](https://www.youtube.com/watch?v=PBENr6JJ5_0).
---
Check out the blog for more! [devmindscape.com](https://devmindscape.com)
---