SRGSSR / srgdataprovider-apple

A library to retrieve SRG SSR unified metadata
MIT License
0 stars 1 forks source link

Remove the need for a weakify / strongify dance near status change blocks #21

Closed defagos closed 5 years ago

defagos commented 6 years ago

Request queues could use a mediator for storing completion blocks outside the queue, with a relationship between queue and block stored in a map (see SRGRequestQueue.m for how this is implemented to associate requests with queues, via a map).

This way, queues would be even simpler to use.

defagos commented 5 years ago

Will be implemented in SRG Network, a dedicated issue has been opened.