You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project has got real potential, but it's lacking inline documentation.
For example, what is the purpose of produce() and productionHandler? Why does JobQueue.enqueue create a production handler that itself enqueues the job again?
(I've created a diagram to help understand this project's architecture. https://cl.ly/hNKz )
The text was updated successfully, but these errors were encountered:
I would love to see a sample app that uses this framework. Maybe something along the lines of the Apple sample code SeismicXML
"SeismicXML" demonstrates how to use NSXMLParser to parse XML data. The XML parsing occurs on a background thread using NSOperation and updates the earthquakes table view with batches of parsed objects.
This project has got real potential, but it's lacking inline documentation.
For example, what is the purpose of
produce()
andproductionHandler
? Why doesJobQueue.enqueue
create a production handler that itself enqueues the job again?(I've created a diagram to help understand this project's architecture. https://cl.ly/hNKz )
The text was updated successfully, but these errors were encountered: