You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2021/05/05 17:07:03 UTC

[GitHub] [lucenenet] jeme edited a comment on issue #485: Add support for async / await

jeme edited a comment on issue #485:
URL: https://github.com/apache/lucenenet/issues/485#issuecomment-832859998


   I think it is safe to say that it is not within the scope of this project at the moment. (and probably never will be) Being a Java port it's hard to imagine that such a thing could ever be maintained, that would require a massive effort.
   
   The thing is, if you don't bring it all the way through to the layers where your waiting for outside "interrupts" e.g. when you perform IO or waits for remote services, then it won't really bring any advantages that you can't add your self just by making a proxy around the classes you wish to have working with async/await.
   
   I would be all for it, but we have to be realistic.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org