Git Product home page Git Product logo

async-extensions's Introduction

This package is deprecated... Please use the new VaporExt package

AsyncExtensions

AsyncExtensions is a collection of Swift extensions, with handy methods, syntactic sugar, and performance improvements for wide range of Async data types and classes.

Requirements:

  • Async 1.0.0
  • Swift 4.1+

Installation

You can use The Swift Package Manager to install AsyncExtensions by adding the proper description to your Package.swift file:

import PackageDescription

let package = Package(
    name: "YOUR_PROJECT_NAME",
    targets: [],
    dependencies: [
        .package(url: "https://github.com/vapor-community/async-extensions.git", from: "0.1.0"),
    ]
)

Note that the Swift Package Manager is still in early design and development, for more information checkout its GitHub Page

List of All Extensions

Async Extensions

How cool is this?

AsyncExtensions is a library of properties and methods, designed to extend Async's functionality and productivity, staying faithful to the original Swift API design guidelines.

Check Examples.md for some cool examples!

Get involved:

We want your feedback. Please refer to contributing guidelines before participating.

Discord Channel:

It is always nice to talk with other people using AsyncExtensions and exchange experiences, so come join our Discord channel.

License

AsyncExtensions is released under an MIT license. See LICENSE for more information.

async-extensions's People

Contributors

gperdomor avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.