Skip to content

Farewell Obj-C, my old friend

Compare
Choose a tag to compare
@p4checo p4checo released this 12 Feb 21:48
· 13 commits to master since this release

Made project pure Swift 😊 (but preserved Obj-C compatibility)

  • Removed APNSubGroupOperationQueue Obj-C class.
  • Created DynamicSubGroupOperationQueue Swift class, which is essentially a SubGroupOperationQueue<AnyHashable> without being generic in order to be usable from Obj-C.