JamitLabs / Jetworking

A multi-module library providing a user-friendly interface for common networking tasks
https://JamitLabs.github.io/Jetworking/
MIT License
4 stars 3 forks source link

Introduce Empty response type to handle callbacks without result #45

Closed JensK611 closed 4 years ago

JensK611 commented 4 years ago

This PR is introducing the Type Empty which is used to define Endpoints without any return type. The Api design is based on the Never type of Swifts Combines Never type .

closes #8