mvclient-0.1.1: Client library for metaverse systems like Second LifeSource codeContentsIndex
Network.Metaverse.Utils
Documentation
lookupIndex :: Eq a => a -> [(a, b)] -> Maybe IntSource
toHexString :: [Word8] -> StringSource
newtype UUID Source
Constructors
UUID [Word8]
show/hide Instances
randomUUID :: IO UUIDSource
zeroUUID :: UUIDSource
data TaskQueue k Source
Constructors
TaskQueue
taskVar :: MVar (Map k EventId)
newTaskQueue :: Ord k => IO (TaskQueue k)Source
schedule :: Ord k => TaskQueue k -> k -> Int -> IO () -> IO ()Source
cancel :: Ord k => TaskQueue k -> k -> IO BoolSource
Produced by Haddock version 2.6.1