Function rust_executor_poll_task
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn rust_executor_poll_task(task: NonNull<Task>)
Expand description
Polls the provided Task.
§Safety
Valid Task pointer must be provided.
§Panics
If called not on the same thread where the Task was originally created.