Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zchee/dispatch-sample


https://github.com/zchee/dispatch-sample

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Appple Grand Central Dispatch example
=====

Apple Grand Central Dispatch C language sample codes.

- Current directory
Copied from http://objective-audio.jp/2009/09/grand-central-dispatch-block.html

- `apple`
Copied from https://developer.apple.com/library/mac/samplecode/Dispatch_Samples/Introduction/Intro.html

- `acsii`
Copied from http://ascii.jp/elem/000/000/455/455786/

Install:
------

```
make
```

Compiled in `bin` directory.

Requirements:
-------------
- OS X
- Tested by LLVM `clang`

License:
--------
All code copyright by 千種菊里 and KADOKAWA CORPORATION All rights reserved.

dispatch.h copyright by Apple Inc. All rights reserved.

Author:
-------
Koichi Shiraishi a.k.a. zchee
[email protected]