ESP-IDF + 0/3 examples
SourceVu will show references to httpd_queue_work() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

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.

References

from examples