hs-watchman-0.0.1.0: Client library for Facebook's Watchman tool
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Directory.Watchman.SyncTimeout

Synopsis

Documentation

syncTimeout Source #

Arguments

:: HasSyncTimeoutOption a 
=> Int

Time to wait in milliseconds

-> a -> a 

Set the timeout value for query synchronization. If the timeout passes, the command will return with an error.

syncOff :: HasSyncTimeoutOption a => a -> a Source #

Disable query synchronization for this command.

The query will be evaluated over the present view of the tree, which may lag behind the present state of the filesystem.