transactional-memory

Community

Composable concurrency with STM.

Authorrainoftime
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the complexities of concurrent programming by providing a mechanism for atomic, composable operations, helping to avoid common issues like deadlocks and race conditions associated with traditional locking mechanisms.

Core Features & Use Cases

  • Atomic Execution: Ensures that a sequence of operations either completes entirely or has no effect.
  • Composable Synchronization: Allows concurrent operations to be combined safely.
  • Use Case: Building a high-performance concurrent cache where multiple threads can read and write entries atomically without explicit locking.

Quick Start

Implement a transactional block that atomically updates a shared counter using STM.

Dependency Matrix

Required Modules

concurrency-verifierlock-free-data-structure

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: transactional-memory
Download link: https://github.com/rainoftime/pl-skills/archive/main.zip#transactional-memory

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.