Daniel Blankensteiner
Daniel Blankensteiner
Hi Any plans for adding support for ValueTask? Adding: ValueTask ExecuteAsync(Func\ action); and so on to IAsyncPolicy. I know you could just ".AsTask()" the ValueTask, but that sort of defeats...
Hi Since this method is called a lot, I figured this small performance improvement would be worth doing :-) | Method | Mean | Error | StdDev | Rank |...
As described here: - https://pulsar.apache.org/docs/en/concepts-messaging/#batching - https://pulsar.apache.org/docs/en/develop-binary-protocol/#batch-messages - https://pulsar.apache.org/docs/en/client-libraries-java/#configuring-producers
As described here: - https://pulsar.apache.org/docs/en/client-libraries-java/#multi-topic-subscriptions - https://pulsar.apache.org/docs/en/concepts-messaging/#multi-topic-subscriptions
Hi Is it part of the roadmap to be able to handle wasm-files as you can with dll-files today, in regards to running a .NET application and be able to:...