graphile_worker_task_details 0.1.0

Task details for graphile_worker, mapping task IDs to identifiers
Documentation
1
2
3
# Graphile Worker Task Details

This crate provides task details types for [Graphile Worker](https://docs.rs/graphile_worker), managing the mapping between task IDs and their string identifiers. It includes `SharedTaskDetails`, a thread-safe wrapper for concurrent access to task metadata.