# TDelegater **Repository Path**: Actor_V/tdelegater ## Basic Information - **Project Name**: TDelegater - **Description**: 仿照c#委托接口实现的c线程委托机制,用于rtos系统 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-23 - **Last Updated**: 2022-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TDelegater #### 介绍 仿照c#委托接口实现的c线程委托机制,实质上是对线程间通信接口的二次封装,提供wrapper层方便移植 #### 移植 1. td_os_wrapper.c文件中有详细说明 2. 在线程入口处调用td_queue_init()得到委托句柄,之后循环调用td_handler() #### 使用说明 1. 参照test.c文件