Module runtime_common

Module runtime_common 

Source
Expand description

运行时公共辅助函数

此模块提供了多个运行时实现之间共享的公共功能,包括:

  • 扩展管理器的创建和合并逻辑
  • 中间件执行辅助函数

这些函数被以下运行时使用:

  • ForgeRuntime (runtime.rs)
  • ForgeActorRuntime (actor_runtime.rs)
  • ForgeAsyncRuntime (async_runtime.rs)

Structs§

ExtensionManagerHelper
扩展管理器辅助函数