[][src]Module extern_executor::ffi

Functions

loop_init

Initialize async executor by providing task API calls

task_drop

Task drop function which should be called to delete task

task_poll

Task poll function which should be called to resume task

Type Definitions

ExternData

Raw external data

ExternTask

Raw external task handle

InternTask

Rust internal task handle

TaskDrop

Raw C drop function

TaskNew

C function which can create new tasks

TaskPoll

Raw poll function

TaskRun

C function which can run created tasks

TaskWake

C function which can wake created task