| 501 | } |
| 502 | |
| 503 | void fxExecuteModulesFulfilled(txMachine* the) |
| 504 | { |
| 505 | txSlot* home = mxFunctionInstanceHome(mxFunction->value.reference); |
| 506 | txSlot* queue = home->value.home.object; |
| 507 | txSlot* module = home->value.home.module; |
| 508 | fxCompleteModule(the, module, C_NULL); |
| 509 | fxRunImportFulfilled(the, module, module); |
| 510 | fxExecuteModules(the, queue); |
| 511 | } |
| 512 | |
| 513 | void fxExecuteModulesRejected(txMachine* the) |
| 514 | { |
nothing calls this directly
no test coverage detected