Signal

enum Signal

Overview

Signals are processed through the event loop and run in their own Fiber. Signals may be lost if the event loop doesn't run before exit. An uncaught exceptions in a signal handler is a fatal error.

Defined in:

登录查看完整内容