zed/crates/fsevent
Conrad Irwin 6b55a6f0e1
Retain run loop (#11241)
Contributes: #11168


https://developer.apple.com/documentation/corefoundation/1542428-cfrunloopgetcurrent
implies that we should be `CFRetain`ing the run loop.

Lets do that, and see if it reduces the number of crashes we see.

Release Notes:

- (maybe) Fix a rare crash in watching settings files.
2024-04-30 23:31:59 -06:00
..
examples
src Retain run loop (#11241) 2024-04-30 23:31:59 -06:00
Cargo.toml Retain run loop (#11241) 2024-04-30 23:31:59 -06:00
LICENSE-GPL