MCPcopy Create free account
hub / github.com/allanrbo/filesremote / respondToUIThread

Function respondToUIThread

src/sftpthread.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32template<typename T>
33static void respondToUIThread(wxEvtHandler *response_dest, int id, const T &payload) {
34 wxThreadEvent event(wxEVT_THREAD, id);
35 event.SetPayload(payload);
36 wxQueueEvent(response_dest, event.Clone());
37}
38
39static void respondToUIThread(wxEvtHandler *response_dest, int id) {
40 wxThreadEvent event(wxEVT_THREAD, id);

Callers 1

sftpThreadFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected