[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Tuna 0.4.2 released (finally)
- From: curt <curt@...>
- Date: Fri, 08 Jun 2012 16:11:38 -0400
New version of Tuna is out which now compiles into an importable module
for both win32 and linux. Next up will be a "rocks" implementation.
What is it? Tuna is a multi-threaded API that allows task-switching at
the c/c++ level. It is designed specifically to make the penalty of
running many [many] tasks very small by using actual deep-magic stack
manipulation. It supports multi-tasking both in cooperative and
preemptive models, and can be used identically from either the c-api or
lua side (including yielding)
http://northarc.com/tuna
-Curt