开发者

Example of using Scala delimited continuations for GUI programming

开发者 https://www.devze.com 2023-03-06 06:35 出处:网络
I guess Scala delimited continuations can be successfully used to imple开发者_开发百科ment GUI event listeners with any Java GUI framework (e.g. Swing). Is there any simple but non-trivial example of

I guess Scala delimited continuations can be successfully used to imple开发者_开发百科ment GUI event listeners with any Java GUI framework (e.g. Swing). Is there any simple but non-trivial example of using the continuations for GUI programming?


Yes, there is scala.react.

Alternatively, take a look at this question.


I should check out scala.react, but so far, I've been using scala.swing.{ Publisher, Reactor } for doing my own event listeners. It's working well for me.

0

精彩评论

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

关注公众号