tqchen opened a new pull request #5544:
URL: https://github.com/apache/incubator-tvm/pull/5544


   When the RPCServer is in the async IO mode, it is possible for the server
   to directly serve async function that may return its value via a callback in 
the future.
   This mode is particular useful to the web environment, where blocking is not 
an option.
   
   This PR introduces the Async support to the RPCSession, allowing the AsyncIO 
driven servers
   to serve the async functions. These functions will still be presented as 
synchronized version
   on the client side.
   
   Followup PR will refactor the web runtime to make use of this feature.
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to