Skip to content

romz-pl/global-variable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global variable

Note

This is solid, production-quality C++20 code that demonstrates good understanding of modern C++ features for implementing global variable.

The main limitation is the locking strategy—holding a mutex during user callback execution limits throughput in concurrent scenarios. For many use cases, this is perfectly acceptable and provides strong safety guarantees.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages