spacedrive icon indicating copy to clipboard operation
spacedrive copied to clipboard

Job System - Simplify data

Open oscartbeaumont opened this issue 2 years ago • 1 comments

This will merge into job-system-better-progress so can be merged once reviewed, although I would recommend reviewing the other PR first so you can see them in isolation. This means it can be merged prior to the alpha going out but it will only enter the main branch after the alpha so we don't introduce bugs.

Changes: Previously we had: given type A and B -> impl StatefulJob for A where <T as StatefulJob::Init> = B Now we have: given type A -> impl StatefulJob for A (basically merge init data and the job struct itself).

This change is mostly to setup for some bigger things I have planned.

oscartbeaumont avatar Jun 24 '23 14:06 oscartbeaumont

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
spacedrive-landing ⬜️ Ignored (Inspect) Visit Preview Jun 27, 2023 7:07am
spacedrive-web ⬜️ Ignored (Inspect) Visit Preview Jun 27, 2023 7:07am

vercel[bot] avatar Jun 24 '23 14:06 vercel[bot]