AsyncLocationKit
Location API wrapper
A wrapper around Apple's location services framework, using async/await and concurrency to simplify its use in Swift applications.
📍async/await CoreLocation
187 stars
4 watching
25 forks
Language: Swift
last commit: about 1 year ago
Linked from 2 awesome lists
async-awaitconcurencyframeworklocationlocation-serviceswiftswiftpackageswiftpackagemanager
Related projects:
Repository | Description | Stars |
---|---|---|
yannickl/awaitkit | A Swift library that simplifies asynchronous programming using the Async/Await syntax | 750 |
ackeecz/reactivelocation | A reactive wrapper around CLLocationManager to simplify location management in iOS apps | 24 |
abdullahselek/herepy | A Python interface to the HERE location APIs | 83 |
async-plus/async-plus | Provides a simple, chainable interface for async and throwing code in Swift | 195 |
futurekit/futurekit | A Swift-based Future/Promises Library for asynchronous programming on iOS and OS X | 754 |
rxswiftcommunity/rxcorelocation | An abstraction of Core Location for reactive programming in Swift | 181 |
malcommac/swiftlocation | A Swift library for managing location services with async/await support | 3,398 |
asyncninja/asyncninja | Provides primitives and tools for concurrency and reactive programming in Swift | 156 |
freshos/then | A toolset for writing concise and maintainable asynchronous code in Swift using promises | 993 |
dispatch/reboot | A Scala wrapper around the Java AsyncHttpClient library for building asynchronous HTTP clients. | 428 |
malcommac/hydra | A lightweight library for writing better async code in Swift | 1,972 |
jordanebelanger/swiftybluetooth | A library providing a closure-based API for CoreBluetooth operations | 209 |
kean/get | A Swift framework for creating and sending HTTP requests using async/await | 943 |
continuouslearning/pokemonkit | A Swift library that provides an easy-to-use interface to the PokeAPI for fetching and manipulating Pokémon data | 105 |
zhangchiqing/bluebird-promisell | A functional programming library for promises that helps write flat async code with composable functions | 44 |