Replacement of QtSingleApplication for Qt 5 and Qt 6 with support for inter-instance communication.
-
Updated
Aug 8, 2024 - C++
Replacement of QtSingleApplication for Qt 5 and Qt 6 with support for inter-instance communication.
C++11/17/20 thread-safe singleton pattern using CRTP
Design Patterns using C++
C++ 11 implementation of template Singleton pattern which overcomes Windows DLLs data segment boundaries (GNU/Linux, macOS supported as well)
A C++ 17/20 general purpose class library. 15 different modules cover areas from strings and formatting, over debug logging to expression-parser and file scanner.
My lazy initialization implementation in C++17.
A few useful things for developing your own game engine
Patrones de diseño / Clase Template C++ / Parciales / Exámenes de Programación 4 de Facultad de Ingeniería UdelaR - Uruguay. Análisis, Diseño e implementación en C++ usando programación orientada a objetos. UML. Design Patterns, Template C++, exercises...
Implementation of thread safe Singleton: Solution-1: By using mutex and atomic Solution-2: By using call_once and lambda function
分享一些代码
singleton pattern cpp example [CREATIONAL]
An implementation of threadpool and asynchronous log
Tool for ensuring that a process specified in the arguments is launched only one at a time. Similar to the flock tool in Linux.
Small code plugin for Unreal 5 which adds inheritable Actor class that can be spawned only once within same World context.
Concurrent computing practice
Add a description, image, and links to the singleton topic page so that developers can more easily learn about it.
To associate your repository with the singleton topic, visit your repo's landing page and select "manage topics."