Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

CombineExtensions/CxVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CxVision

CxVision contains extensions for the VIsion framework that provide Combine Publishers for working with asyncronous flows. Rather than putting all of your logic in something like a VNRecognizeTextRequest closure, CxVision provides publishers that enable a more declaritive style of handling your data flow and error handling rather than placing all of the work in the callback.