https://github.com/zchee/dispatch-sample
https://github.com/zchee/dispatch-sample
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zchee/dispatch-sample
- Owner: zchee
- Created: 2015-10-15T02:11:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T09:39:57.000Z (over 10 years ago)
- Last Synced: 2025-01-16T19:49:37.689Z (over 1 year ago)
- Language: C
- Size: 215 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
zchee.io@gmail.com