MCPcopy Create free account
hub / github.com/ddiakopoulos/polymer / process

Method process

libraries/lib-engine/src/core-events.cpp:197–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 void event_manager_async::process()
198 {
199 std::unique_ptr<event_wrapper> event;
200 while (queue.try_consume(event))
201 {
202 event_manager_sync::send_internal(*event);
203 }
204 }
205
206} // end namespace polymer

Callers 2

updateMethod · 0.80

Calls 1

try_consumeMethod · 0.80

Tested by

no test coverage detected