fetch_ml/internal/queue
Jeremie Fraeys a93b6715fd
feat: add native library bridge and queue integration
- Add native_queue.go with CGO bindings for queue operations
- Add native_queue_stub.go for non-CGO builds
- Add hash_selector to choose between Go and native implementations
- Add native_bridge_libs.go for CGO builds with native_libs tag
- Add native_bridge_nocgo.go stub for non-CGO builds
- Update queue errors and task handling for native integration
- Update worker config and runloop for native library support
2026-02-16 20:38:30 -05:00
..
backend.go feat(core): API, worker, queue, and manifest improvements 2026-02-12 12:05:17 -05:00
errors.go feat: add native library bridge and queue integration 2026-02-16 20:38:30 -05:00
filesystem_queue.go feat(core): API, worker, queue, and manifest improvements 2026-02-12 12:05:17 -05:00
metrics.go Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
native_queue.go feat: add native library bridge and queue integration 2026-02-16 20:38:30 -05:00
native_queue_stub.go feat: add native library bridge and queue integration 2026-02-16 20:38:30 -05:00
queue.go refactor(storage,queue): split storage layer and add sqlite queue backend 2026-01-05 12:31:02 -05:00
sqlite_queue.go refactor(storage,queue): split storage layer and add sqlite queue backend 2026-01-05 12:31:02 -05:00
task.go feat: add native library bridge and queue integration 2026-02-16 20:38:30 -05:00