All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fmq.poll.package.scala Maven / Gradle / Ivy

The newest version!
package io.fmq

import cats.data.Kleisli
import io.fmq.socket.{ConsumerSocket, ProducerSocket}

package object poll {

  type ConsumerHandler[F[_]] = Kleisli[F, ConsumerSocket[F], Unit]
  type ProducerHandler[F[_]] = Kleisli[F, ProducerSocket[F], Unit]

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy