utility module for promises to control their execution and their resolution sequence
Lockable data
A low-level Symbol-based common API for async coordination primitives.
RN component for lockable scroll view that can be used in infinite scrolling lists
A low-level Symbol-based API for defining locking semantics for thread synchronization primitives for Workers
A draggable grid for react native
Responsive table with lockable columns
Concurrency and locking for HTML5 localStorage
A jQuery extension that turns any text input into a lockable field
A base class that implements lock/unlock-related functionalities.
Concurrency and locking for HTML5 localStorage
Provides a number of async coordination primitive.
Thread synchronization primitives for use with Workers.
Simple and flexible authentication workflows for mongoose
Wrapper for localforage to add locking by a three-part race check
An Axios handler for making requests with polling, lock and cancel support.
An interactive technology radar Astro integration — track technology adoption across your organization
High Level JavaScript SDK for building smart contracts on NEAR
Vue plugin to disable scrolling page. Built on top of [https://www.npmjs.com/package/scroll-lock](https://www.npmjs.com/package/scroll-lock) For better use, check out the [scroll-lock](https://www.npmjs.com/package/scroll-lock) documentation
Unified migration runner for MongoDB (smartdata) and S3 (smartbucket) — designed to be invoked at SaaS app startup, with semver-based version tracking, sequential step execution, idempotent re-runs, and per-step resumable checkpoints.
Geometric Algebra Multivectors For Numeric Computing
World model for Sharpee IF platform - entities, traits, and behaviors
Common easy to use vue components for vue 3
Utilities for Typescript projects
This library offers hash map, hash set and cache data structures where individual entries can be locked
A library for creating references that carry their owner with them.
A procedural macro crate providing attributes for concurrency control, signal-slot mechanisms, and fuzz testing, designed for Bitcoin-related Rust projects.
Free deadlock prevention
a Rust crate providing efficient synchronization primitives that integrate Option into their design.
Debian/Ubuntu bootstrapper that builds a root filesystem tree from a lockable manifest.
PostgreSQL storage backend for Apalis implemented with Diesel.
LevelDB-compatible low-level utilities for Bitcoin: Snappy compression shims, accelerated CRC32C, and ported mutex/condvar primitives with tracing, matching the C++ LevelDB/Bitcoin Core interfaces.
context-allocator
Distributed lock
Distributed lock macro
Utility crate to abstract away lock primitives in facet
Prevents jobs from enqueuing with unique arguments for a certain period of time
minimalist locking using redis
This gem built to allowing records to be lockable. It's lock your records and let'em untouched.
Uses atomic writes to DynamoDB to ensure you hold an exclusive lock on your records
A ruby gem to atomically lock resources to prevent concurrent/multiple lockers from accessing or editing the resource
Sidekiq includes a jobs dependencies mechanism to prevent a job from running before another one when enqueued. But sometime your jobs will be enqueued independently, then for you do not know the job id on which you depend on (you could parse Sidekiq queue, but...) `SidekiqLockableJob` allows you to set some locks ( based on job params ) when a job is enqueued or processed (store in redis), to prevent any other jobs to run if locked ( based on job params ) and will unlock any previously set locks ( based on job params ) when a job is **succesfully** completed.
Adds lockable and retryable jobs to Resque.