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

io.fmq.socket.api.SocketOptions.scala Maven / Gradle / Ivy

The newest version!
package io.fmq.socket.api

import cats.effect.kernel.Sync
import org.zeromq.ZMQ

private[socket] trait SocketOptions[F[_]] {
  protected implicit def F: Sync[F]
  protected[fmq] def socket: ZMQ.Socket
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy