| 71 | #endif |
| 72 | |
| 73 | void SC::AsyncRequest::setDebugName(const char* newDebugName) |
| 74 | { |
| 75 | (void)(newDebugName); |
| 76 | #if SC_ASYNC_ENABLE_LOG |
| 77 | debugName = newDebugName; |
| 78 | #endif |
| 79 | } |
| 80 | |
| 81 | void SC::AsyncRequest::executeOn(AsyncSequence& task) { sequence = &task; } |
| 82 |
no outgoing calls