Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Alecrim/AlecrimAsyncKit
async and await for Swift.
https://github.com/Alecrim/AlecrimAsyncKit
async await gcd swift tasks
Last synced: about 2 months ago
JSON representation
async and await for Swift.
- Host: GitHub
- URL: https://github.com/Alecrim/AlecrimAsyncKit
- Owner: Alecrim
- License: mit
- Archived: true
- Created: 2015-08-14T21:48:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T05:59:56.000Z (almost 5 years ago)
- Last Synced: 2024-12-01T03:25:34.633Z (about 2 months ago)
- Topics: async, await, gcd, swift, tasks
- Language: Swift
- Homepage:
- Size: 427 KB
- Stars: 88
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - AlecrimAsyncKit - Bringing async and await to Swift world with some flavouring. (GCD / Getting Started)
- awesome-ios-star - AlecrimAsyncKit - Bringing async and await to Swift world with some flavouring. (GCD / Getting Started)
README
![AlecrimAsyncKit](https://raw.githubusercontent.com/Alecrim/AlecrimAsyncKit/master/AlecrimAsyncKit.png)
[![Version](https://img.shields.io/badge/v5.0%20beta%201-blue.svg?label=version&style=flat)](https://github.com/Alecrim/AlecrimAsyncKit)
[![Language: swift](https://img.shields.io/badge/swift-v5.0-blue.svg?style=flat)](https://developer.apple.com/swift/)
[![Platforms](https://img.shields.io/badge/platforms-macOS%2C%20iOS%2C%20watchOS%2C%20tvOS-blue.svg?style=flat)](http://cocoadocs.org/docsets/AlecrimAsyncKit)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://raw.githubusercontent.com/Alecrim/AlecrimAsyncKit/develop/LICENSE)
[![Author: Vanderlei Martinelli](https://img.shields.io/badge/author-Vanderlei%20Martinelli-blue.svg?style=flat)](https://www.linkedin.com/in/vmartinelli)async and await for Swift.
## Usage
### Beta version. New docs soon...
## Contribute
If you have any problems or need more information, please open an issue using the provided GitHub link.You can also contribute by fixing errors or creating new features. When doing this, please submit your pull requests to this repository as I do not have much time to "hunt" forks for not submitted patches.
- master - The production branch. Clone or fork this repository for the latest copy.
- develop - The active development branch. [Pull requests](https://help.github.com/articles/creating-a-pull-request) should be directed to this branch.## Contact the author
- [Vanderlei Martinelli](https://www.linkedin.com/in/vmartinelli)## License
**AlecrimAsyncKit** is released under an MIT license. See LICENSE for more information.