core: Miniscule incremental progress on websocket message handling in C.

This commit is contained in:
2025-12-05 12:57:58 -05:00
parent 1972ce7091
commit 80c0394ec0
3 changed files with 38 additions and 4 deletions

View File

@@ -82,4 +82,11 @@ void tf_taskstub_on_error(tf_taskstub_t* stub, JSValue error);
*/
void tf_taskstub_on_print(tf_taskstub_t* stub, JSValue arguments);
/**
** Terminate a task stub.
** @param stub The task stub to kill.
** @return A promise if it is happening asynchronously.
*/
JSValue tf_taskstub_kill(tf_taskstub_t* stub);
/** @} */