Giter Club home page Giter Club logo

gcdkit's Introduction

John Estropia's Github Stats

John Estropia's Top Languages

gcdkit's People

Contributors

iiiyu avatar jeehut avatar johnestropia avatar ra1028 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gcdkit's Issues

Priority support for queues

Hi,

can you add support for priorities?
At the moment I've to do this:

dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_LOW, 0)

to get a low priority queue.

With GCDKit in use:

GCDQueue.Custom(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_LOW, 0)).async {}

but it should be like this:

GCDQueue.GlobalWithPriority(.LowPrority).async {}

Can't build with xcode 6.4

Hi I am trying to use your latest Pod (GCDKit 1.1.1) but I can't get it to build with Xcode Version 6.4 (6E35b) for iOS 8. I get 63 issues and they seem to be based around @available(iOS, introduced=7.0) Any help would be great.

Is this project being actively developed still?

Hi John,

I really like your GCDKit interfaces. I'd like to make a few initial changes and additions. Add GCD Timer support, etc. We'll probably be making a lot of changes over the long haul that we're using it, but those are the immediate needs right now. I don't want to burden you with change requests, or hi-jack your project, so my options are to either fork it, or adopt it and give it a new name (your name and license to remain intact of course). Do you have any preference on this?

Thanks!

Brandon

OS X support?

Hi John,

GCDKit is a good library when using swift. I'm just wondering whether it supports osx platform, since the framework that GCDKit needs is Foundation only.

EXC_BAD_INSTRUCTION on dispatch_block_notify

Im getting an EXC_BAD_INSTRUCTION on GCDBlock.notify when in calls dispatch_block_notify.
The calling cod looks like this:

GCDBlock.async(.Default) {
            ... does she work ...
        }.notify(.Main) {

        }

Any idea?
(Im using Xcode 7.0.1)

ITMS-90362 error when using the library and uploading to itunesconnect

The project needs to be updated to have a minimum ios version of 8.0
As a reference, the same issue appeared on Alamofire, here's the link: Alamofire/Alamofire#352
attached is the error from the binary upload

In the meantime i'll create a fork and update the settings on it.

Using 1.2.2 version of the lib.

As i see you have 2 targets on the library, but they build the same framework, overwriting the right one, i'll remove the ios7 target on my fork and build it.

screen shot 2016-04-30 at 14 13 15

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.