naijun0403 / kakaolink

kakaolink (KakaoTalkShare) for messengerbot
MIT License
44 stars 15 forks source link

[FEATURE] New APIs for asynchronous processing #25

Closed naijun0403 closed 6 months ago

naijun0403 commented 6 months ago

The promise polyfill we were using in the past was quite unstable and didn't yield much performance benefit.

If you think about the people using this module, most of them are using the Rhino JavaScript engine, which doesn't support asynchronous processing, so we need a new asynchronous API with a Java API that does.