BrettRToomey / Jobs

A job system for Swift backends.
MIT License
294 stars 22 forks source link

Non-closure style jobs #12

Closed BrettRToomey closed 7 years ago

BrettRToomey commented 7 years ago

Some developers may want more control over their code when it comes to jobs so offer them an alternative using some form of JobHandler protocol.

BrettRToomey commented 7 years ago

After changing jobs from a struct to a class type this feature no longer makes sense for individual jobs. Instead, it seems like it would be left for batches of jobs which isn't going to be done until 0.2.0. Closing for now.