softwaremill / ox

Safe direct style concurrency and resiliency for Scala on the JVM
https://ox.softwaremill.com
Apache License 2.0
320 stars 22 forks source link

Add Source.fromFile and source.toFile #137

Closed kciesielski closed 2 weeks ago

kciesielski commented 2 weeks ago
  1. The source.toFile should work for Source[Chunk[Byte]] and Source[String].
  2. Add Source.toOutputStream as well