lempiji

Results 20 comments of lempiji

I looked at the code of HitTest. I think I understand the concept. But keeping everything lock-free is really hard and tedious... It will take time, so why don't you...

Oh, I was a mistake. The avobe code don't need `makeObserver`. ```d auto observer = observerObject!Para(&myFunc); ```

Thank you:smiley: I write it as a hobby, so I think that the guidelines and documentation are missing. Let's start with CONTRIBUTING.md. I am unfamiliar with English, so I hope...

Oh, I intended to "I'm going to write the CONTRIBUTING.md". I am an Japanese :jp: and I using Google Translate. Also, I got an opinion on Twitter that it is...

By default it will run in own thread. The thread model is abstracted as Scheduler. If you want to switch, you can switch with TaskPoolScheduler, ThreadScheduler, observeOn or subscribeOn. However,...

I'm back now. A1. With simple usage, no threads are created. Always works on a single thread. A2. Observers will be notified in the order they were subscribed. Internally, the...

The reason is "lack of multi-thread support". I think the method of unsubscribing in ReactiveX is superior to Signal's disconnect in terms of encapsulation and ownership.

@WebFreak001 I appreciate the invitation to move the msgpack-d repository to the `dlang-community`. I am positive about this transition as it would ensure the project's continued development and maintenance within...

I also wanted async/await, so I wrote this toy library a while ago. https://github.com/lempiji/libfuture I used Fiber and it looks like Rust. What I found out when I built it...

ひとまず自分のアカウント追加してみました。 複数いたほうがいいので順次追加ですかね