DittoSharp
0.4.0-alpha5
|
The meat of the LiveQuery logic / object. This object is the one getting GcHandle
-pinned, so as to be able to provide a reliable potentially-long-lived ctx
pointer to the FFI.
More...
The meat of the LiveQuery logic / object. This object is the one getting GcHandle
-pinned, so as to be able to provide a reliable potentially-long-lived ctx
pointer to the FFI.
Since so doing disables the built-in finalizer logic, we wrap this ctx within an outer object that owns it.