6 projects
module-bank
Add your description here
queue-sqlite
A high-performance, SQLite-based distributed task queue system with Rust-backed core operations. Supports task mounting, message listening, priority handling, retry mechanisms, and automatic cleanup of expired messages. Ideal for building reliable, scalable background task processing systems.
queue-sqlite-core
Python bindings for queue_sqlite_core Rust library
sqlite-vfs
sqlite virtual file system
message-queue-sqlite
A simple message queue demo
pyside-socket-async
本框架旨在将运行时间较长的方法在一个线程中执行,最后通过插槽将结果返回给界面,其中涉及 socket 的通信,Qt多线程,Qt插槽,以及任务注册的概念。