Fabio Rossetto
Fabio Rossetto
I guess it should be possible to implement a `CrossThreadAdaptedPromise` that inherits from `CrossThreadPromiseFulfiller`, similarly to how `AdaptedPromise` inherits from `CrossThreadPromiseFulfiller`.
Hi Kenton, thank you for your reply. Do you think you could give me some pointers on how to implement a `CrossThreadAdaptedPromise`? I'd be happy to make a pull request...
To be precise, I would not return kj::Own, but an obfuscated type, perhaps a kj::Own. As user I don't really care about the content, I just want to make sure...
I had a more thorough look at the code. Do you think it would be acceptable to return a `kj::Own` and: - for `LocalContext`, attach `kj::Own` to `kj::Own` - for...
Certainly difficult to address with a proper change to the library, but perhaps it's feasible in my use case to make a patch, given that I know for a fact...
Passing a empty list seems to work as workaround
@kentonv I've not found anything on the internet about what exactly happens, but I intend to try out as soon as I get my hands on a Windows device. As...
@kentonv I did give this a try. Unfortunately, I was not able to lead a process into a state in which a socket is left in the TIME_WAIT state. A...
I found this long explanation from trio also interesting https://github.com/python-trio/trio/issues/928