Kiwi Multi Threading Framework
/Users/tomoo/Project/KiwiThread/Source/KTType.h
Go to the documentation of this file.
00001 
00008 #import "KTForwarders.h"
00009 #import <Coconut/Coconut.h>
00010 
00012 typedef enum {
00013     KTWaitingState,     
00014     KTRunningState      
00015 } KTTaskState ;
00016 
00018 typedef void (*KTInstanceTriggerFuncRef)(struct CNInstance * inst) ;
00019 
00023 struct KTInstanceTrigger {
00025     KTInstanceTriggerFuncRef        triggerFunc ;
00027     struct CNInstance *             triggerInstance ;
00028 } ;
00029 
00030 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator