Is there any Non-blocking IO open source implementation for Scala's actors?

前端 未结 4 584
臣服心动
臣服心动 2020-12-31 17:49

I have quite large files that I need to deal with (500Meg+ zip files).

Are there any non-blocking IO open source implementations for Scala\'s actors?

4条回答
  •  独厮守ぢ
    2020-12-31 17:53

    Not that I know of, but you could probably get a lot of mileage out of looking at Naggati, a Scala wrapper around Apache Mina. Mina is a networking library that uses NIO, Naggati translates this into a Scala style of coding.

提交回复
热议问题