package async
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Monadic concurrency library
Install
dune-project
Dependency
Authors
Maintainers
Sources
async-v0.12.0.tar.gz
sha256=c1cd9fa74e975ae5a014dffb36283d2616d89e465a9d4dec3062da70866ed28f
md5=e9a06695c63cf4b092cc81f25a8491fd
doc/async.lock_file_async/Lock_file_async/Flock/index.html
Module Lock_file_async.Flock
Nfs has analogues of functions in Lock_file.Flock; see there for documentation. In addition to adding Deferreds, this module adds functions that operate in the Deferred.Or_error.t monad.
val lock_exn :
lock_path:string ->
[ `Somebody_else_took_it | `We_took_it of t ] Async.Deferred.tval lock :
lock_path:string ->
[ `Somebody_else_took_it | `We_took_it of t ] Async.Deferred.Or_error.tval unlock_exn : t -> unit Async.Deferred.tval unlock : t -> unit Async.Deferred.Or_error.tval wait_for_lock_exn :
?abort:unit Async.Deferred.t ->
lock_path:string ->
unit ->
t Async.Deferred.twait_for_lock_exn ?abort ~lock_path () Wait for the lock, giving up once abort becomes determined
val wait_for_lock :
?abort:unit Async.Deferred.t ->
lock_path:string ->
unit ->
t Async.Deferred.Or_error.tSee wait_for_lock_exn
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>