开发者

async on google app engine for scala?

开发者 https://www.devze.com 2023-02-03 08:31 出处:网络
The new (experimental, open sourced) python API for google app engine makes sophisticated use of Python\'s async capabilities to conveniently allow overlapped operations: http://neopythonic.blogspot.c

The new (experimental, open sourced) python API for google app engine makes sophisticated use of Python's async capabilities to conveniently allow overlapped operations: http://neopythonic.blogspot.com/2011/01/new-app-eng开发者_开发知识库ine-datastore-api.html. What hoops would I have to jump through to achieve the same thing using Scala (or maybe some other JVM language)?


You can do this using the Java Async Datastore API. If you want to make it more 'scala-esque', you'll probably need to write the wrapper yourself.

0

精彩评论

暂无评论...
验证码 换一张
取 消