frankleonrose / EmbeddedJvm

OSX library for embedding a Java Virtual Machine within an app.
MIT License
3 stars 0 forks source link

Support asynchronous Thrift interfaces #6

Open frankleonrose opened 10 years ago

frankleonrose commented 10 years ago

Reviewing Thrift code indicates the Cocoa compiler and library have no concept of asynchronous calls. Probably because nobody uses Cocoa based server code. It would be a pretty big project to refactor existing code to support async transports.

Work includes