This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* related to case https://github.com/functional-streams-for-scala/fs2/issues/1397 **/ | |
package fs2.concurrent | |
import java.util.concurrent.Executors | |
import cats.Traverse | |
import cats.implicits._ | |
import cats.effect.{ExitCode, IO, IOApp} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package fs2.benchmark | |
import java.util.concurrent.TimeUnit | |
import cats.implicits._ | |
import cats.effect.{Concurrent, ContextShift, IO} | |
import org.openjdk.jmh.annotations.{Benchmark, BenchmarkMode, Mode, OutputTimeUnit, Scope, State} | |
import fs2._ | |
import fs2.concurrent.{SignallingRef, Topic} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ignition": { | |
"config": {}, | |
"security": { | |
"tls": {} | |
}, | |
"timeouts": {}, | |
"version": "2.2.0" | |
}, | |
"networkd": {}, |
OlderNewer