Can the Rust compiled node extension listen for notification events on the Mac system?
I want to implement an addon using Rust to expose an addListener API. When I modify the system’s time zone, I can receive a callback.
using core_foundation_sys and neon
The code is as follows: