Skip to content

fasterthanlime/ooc-channels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies:

  * http://github.com/stevedekorte/basekit
  * http://github.com/stevedekorte/coroutine
  * http://github.com/nddrylliog/ooc-coroutine (in your $OOC_LIBS folder, probably /usr/lib/ooc/)
  
And obviously

  * http://ooc-lang.org/ - the latest rock

Steve Dekorte's basekit/coroutine stuff doesn't have any 'make install' that I know of, so just
copy _build/dll/* into your /usr/lib/ folder and compile with -I/path/to/coroutine/_build/headers
and -I/path/to/basekit/_build/headers

About

Two naive channels implementations in ooc using respectively threads and coroutines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages