| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[orc-rt] Rename 'Session' variables to avoid ambiguity with type. NFCI. (#168999) Re-using Session as a variable name risks confusion with the Session type. | 8 个月前 | |
[orc-rt] Remove unused Session argument from WrapperFunction::call. (#169255) | 8 个月前 | |
[orc-rt] Introduce Task and TaskDispatcher APIs and implementations. (#168514) Introduces the Task and TaskDispatcher interfaces (TaskDispatcher.h), ThreadPoolTaskDispatcher implementation (ThreadPoolTaskDispatch.h), and updates Session to include a TaskDispatcher instance that can be used to run tasks. TaskDispatcher's introduction is motivated by the need to handle calls to JIT'd code initiated from the controller process: Incoming calls will be wrapped in Tasks and dispatched. Session shutdown will wait on TaskDispatcher shutdown, ensuring that all Tasks are run or destroyed prior to the Session being destroyed. | 8 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 8 个月前 | ||
| 8 个月前 | ||
| 8 个月前 |