Pointer to the function to be executed in the HTTPD's context
arg
Pointer to the arguments that should be passed to this function
Return value
- ESP_OK : On successfully queueing the work - ESP_FAIL : Failure in ctrl socket - ESP_ERR_INVALID_ARG : Null arguments
Notes
Some protocols require that the web server generate some asynchronous data and send it to the persistently opened connection. This facility is for use by such protocols.
Examples
httpd_queue_work() is referenced by 3 libraries and example projects: