| 80 | } |
| 81 | |
| 82 | gboolean fxQueuePromiseJobsCallback(void *it) |
| 83 | { |
| 84 | txMachine* the = it; |
| 85 | fxRunPromiseJobs(the); |
| 86 | return G_SOURCE_REMOVE; |
| 87 | } |
| 88 | |
| 89 | void fxQueueWorkerJob(void* machine, void* job) |
| 90 | { |
nothing calls this directly
no test coverage detected