This package adds redis queue support using Bull Queue to any [micro-core](https://www.npmjs.com/package/@knetik/micro-core) application as a multi tenant adaptor.
[application._queueJob]
Multi-process, multi-queue background processing in both node and browser.
A zero-cost abstraction lock that helps check contention free algorithms.
Vectorized, lazy-decoding, zero-copy CSV parser.
High-performance, lock-free rate limiting library with pluggable algorithms and Axum middleware
Unified TUI search over local coding agent histories
Agent-native version control: typed op log + attestation graph.
The autonomous, self-improving AI agent. Single Rust binary. Every channel. Install with: cargo install opencrabs
AXON — the formal cognitive language: a deterministic, proof-carrying AI runtime. Native Rust lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the runtime: typed channels (π-calculus mobility, capability extrusion), algebraic effects via Free Monad CPS handlers, lease kernel + reconcile loop, the Epistemic Security Kernel, Trust Types, Proof-Carrying Code (independently verifiable proof objects), and the closed-catalog extension mechanism. Crate publishes as `axon-lang`; library import is `use axon::*` so existing call sites keep working unchanged.
Transparent encryption and decryption for Read and Write streams
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
Towards an API for the Real Numbers
Forth implemented in Rust for realtime application
A highly parallel Perl 5 interpreter written in Rust
Queue any method in any class or instance with no need for additional Worker class and no extra code
Take advantage of Active Job you can perform any class method later.
perform-later provides asyncronous worker/job support for objects with a convention that encourages better object oriented design. It is a simple and lightweight adapter that helps decouple job/worker initialization from object behavior/logic/algorithm. It helps encourage objects with async/job/worker behavior that are more maintainable, easier to change, and faster to test thoroughly.
Stages perform_later into a dedicated table, runs a tick loop that admits jobs through declared gates (throttle, concurrency), then forwards survivors to the real ActiveJob adapter. Embedded as a periodic job. Compatible with good_job and solid_queue.