Shahab Dogar

Results 19 comments of Shahab Dogar

Additionally, all doc comments and doctests are updated based on whether or not the async feature flag is active. Users will get different tooltips in their autocomplete as well as...

If this is too excessive, the implementation that allows both blocking and non blocking clients at the same time is up to https://github.com/aisk/rust-memcache/pull/147/commits/11eb0501532fb2db52029b051e730846f4b8536a

> Sorry, I read the code, but found that the newly added async client is just a set of wrapper async methods, which will call the existing non-async client's methods....

> I think we can add the new nonblock test to a new file, to avoid the change to exist codes. I can add this sometime next week, I will...

> > The code would not block the event loop however, unless the user just calls .await on every function > > No, the runtime will be blocked by the...

I did some initial looking and making the underlying streams use tokio will be a very very large pr. There are also going to be some differences in the interfaces...

> Thanks for the contribution! At first glance, I want to know if this change is just do the auto apply clippy lints? If so, I want to wait for...

I'd love to self host as well. Any info would be appreciated

Do you have the tls feature turned on?