streamly-0.8.3: Dataflow programming and declarative concurrency
Copyright(c) 2019 Composewell Technologies
LicenseBSD3
Maintainerstreamly@composewell.com
Stabilityexperimental
PortabilityGHC
Safe HaskellSafe-Inferred
LanguageHaskell2010

Streamly.Internal.System.IOVec.Type

Description

Low level IO routines interfacing the operating system.

Documentation

data IOVec Source #

Constructors

IOVec 

Fields

Instances

Instances details
Storable IOVec Source # 
Instance details

Defined in Streamly.Internal.System.IOVec.Type

Methods

sizeOf :: IOVec -> Int #

alignment :: IOVec -> Int #

peekElemOff :: Ptr IOVec -> Int -> IO IOVec #

pokeElemOff :: Ptr IOVec -> Int -> IOVec -> IO () #

peekByteOff :: Ptr b -> Int -> IO IOVec #

pokeByteOff :: Ptr b -> Int -> IOVec -> IO () #

peek :: Ptr IOVec -> IO IOVec #

poke :: Ptr IOVec -> IOVec -> IO () #

Show IOVec Source # 
Instance details

Defined in Streamly.Internal.System.IOVec.Type

Methods

showsPrec :: Int -> IOVec -> ShowS #

show :: IOVec -> String #

showList :: [IOVec] -> ShowS #

Eq IOVec Source # 
Instance details

Defined in Streamly.Internal.System.IOVec.Type

Methods

(==) :: IOVec -> IOVec -> Bool #

(/=) :: IOVec -> IOVec -> Bool #