haskore-realtime-0.2: Routines for realtime playback of Haskore songs

Safe HaskellSafe-Inferred

Haskore.RealTime.Timer.Immediate

Description

This timer doesn't wait but returns immediately. This is useful for turning real-time processing to non-real-time processing.

Documentation

timer :: Monad m => T mSource