package cachet-lwt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A simple cache system for mmap and lwt
Install
dune-project
Dependency
Authors
Maintainers
Sources
cachet-0.0.2.tbz
sha256=7cf3d609523592516ee5570c106756168d9dca264412a0ef4085d9864c53cbad
sha512=6f05a5fb19324df71ff9c3067a7c17a7a248d431417551169e4ca5aa8b177b6f902bfec73f0ee907443fe01dd9153c6b3ec97fbf0f325d1bcfcb28f7a2501adf
doc/index.html
cachet-lwt
API
Library cachet-lwt
Cachet_lwtThe Lwt variation of Cachet implies a point of cooperation (Lwt.pause) as soon as the syscallmapis called. In other words, a task developed with Cachet_lwt will make itself available to be rescheduled if we internally callmapinstead of using the cache.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page