SkillAgentSearch skills...

CppConcurrencyPatterns

C++ Concurrency Patterns

Install / Use

/learn @vladiant/CppConcurrencyPatterns
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

C++ Concurrency Patterns

Synchronization Patterns

Dealing with Sharing

  • Copied Value
  • Thread-Specific Storage
  • Future

Dealing with Mutation

  • Scoped Locking
  • Strategized Locking
  • Thread-Safe Interface
  • Guarded Suspension

Concurrent Architecture

  • Active Object
  • Monitor Object
  • Reactor

Others

  • Event Loop
  • Producer/Consumer
  • Spinlock
  • Seqlock
  • LockFree
  • OpenMP

References

Related Skills

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated1mo ago
Forks2

Languages

C++

Security Score

95/100

Audited on Feb 21, 2026

No findings