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

◆ update()

size_t fl::Server::update ( )

Main update: pull + push.

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

32 {
33 size_t processed = pull();
34 size_t sent = push();
35 return processed + sent;
36}
size_t push()
Push queued responses to sink.
size_t pull()
Pull requests from source, process, queue responses.

References pull(), and push().

Referenced by operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: