File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44[ ![ Swift] ( https://img.shields.io/badge/Swift-5.5-orange?style=flat )] ( https://img.shields.io/badge/Swift-5.5-Orange?style=flat )
55[ ![ Platforms] ( https://img.shields.io/badge/platforms-iOS--13%20|%20macOS(beta)%20|%20watchOS--6(beta)%20|%20tvOS(beta)-orange?style=flat )] ( https://img.shields.io/badge/platforms-iOS--13%20|%20macOS(beta)%20|%20watchOS--6(beta)%20|%20tvOS(beta)-orange?style=flat )
66
7- Wrapper for Apple ` CoreLocation ` framework with new Concurency Model. No more ` delegate ` pattern or ` completion blocks ` .
7+ Wrapper for Apple ` CoreLocation ` framework with new Concurrency Model. No more ` delegate ` pattern or ` completion blocks ` .
88
99### Install
1010---
@@ -52,4 +52,4 @@ for await locationUpdateEvent in await asyncLocationManager.startUpdatingLocatio
5252}
5353```
5454
55- If ` Task ` was canceled , Stream finished automaticaly.
55+ If ` Task ` was cancelled , Stream finished automaticaly.
You can’t perform that action at this time.
0 commit comments