Anders Ha
Anders Ha
Just found that [it had been brought up before](https://github.com/ReactiveCocoa/ReactiveCocoa/issues/1561), and had been well explained why it wasn't addressed. With all the attempts I've done so far, I don't feel the...
@doggy Mind to try #33? I had taken a quick look at jsPatch, and it appears to do IMP swizzling only. #33 would be fine in this case. Interoperability with...
Sure, thanks!
Well perhaps it still worths a test in terms of interoperability. That's said I do not expect it to be sufficient with work only on RAC's end.
How large is the delay interval?
I reckon iOS File Coordination can be used on the database files to provide guarantees that I need, without needing any change in SQLiter. Thanks anyway.
To add a bit of context on what I did: File Coordination is applied on the parent directory of the DB (in an App Group container), which makes sure no...
Kotlin Coroutines names this [`RendezvousChannel`](https://atoulme.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.experimental.channels/-rendezvous-channel/index.html). Though the "rendezvous" prefix is most likely a result of them also offering buffering variants [1] under the same `Channel` umbrella. _[1] sender suspends on...
We could have them staying a bit longer, just so existing users dont need to migrate everything all together. #7 makes `FeedbackLoop.Feedback` terser as `Loop.Feedback`.
Having given some thoughts about this over the weekend, I think making `resume()` and `pause()` available on `Loop` can make it potentially confusing when it comes to semantics around scoped...