FastLED 3.9.15
Loading...
Searching...
No Matches

◆ update()

size_t fl::asio::http::Server::update ( )

Update server (process pending requests non-blocking)

Note
This is called automatically by the async system when the server is running. You can still call it manually in loop() if needed for explicit control.
Returns
Number of requests processed this update

Definition at line 980 of file server.cpp.hpp.

980{ return 0; }

Referenced by operator=().

+ Here is the caller graph for this function: