MCPcopy Create free account
hub / github.com/astercloud/aster / Shutdown

Method Shutdown

pkg/actor/system.go:378–380  ·  view source on GitHub ↗

Shutdown 关闭整个 Actor 系统

()

Source from the content-addressed store, hash-verified

376
377// Shutdown 关闭整个 Actor 系统
378func (s *System) Shutdown() {
379 s.ShutdownWithTimeout(30 * time.Second)
380}
381
382// ShutdownWithTimeout 带超时的关闭
383func (s *System) ShutdownWithTimeout(timeout time.Duration) {

Calls 1

ShutdownWithTimeoutMethod · 0.95