Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zchee/dispatch-sample
https://github.com/zchee/dispatch-sample
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zchee/dispatch-sample
- Owner: zchee
- Created: 2015-10-15T02:11:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T09:39:57.000Z (about 9 years ago)
- Last Synced: 2024-05-02T03:09:02.460Z (7 months 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
[email protected]