sfider / coroutine

Coroutine implementation for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coroutine v0.4

This project aims to implement coroutines in C++ just for fun of it :)

For now there is only a implementation for:

  • iOS arm7 (and armv7s ?),
  • OSX i386,
  • OSX x86-64.

Works with both LLVM GCC 4.2 and Apple LLVM compiler 4.1.

Tested on iPhone 4 with iOS 6.0, iPhone Simulator and Mac.

About

Coroutine implementation for C++

License:Other


Languages

Language:Assembly 43.8%Language:C++ 42.5%Language:Objective-C 13.7%