package logs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Logging infrastructure for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
logs-0.8.0.tbz
sha512=c34c67b00d6a989a2660204ea70db8521736d6105f15d1ee0ec6287a662798fe5c4d47075c6e7c84f5d5372adb5af5c4c404f79db70d69140af5e0ebbea3b6a5
doc/src/logs.threaded/logs_threaded.ml.html
Source file logs_threaded.ml
1 2 3 4 5 6 7 8 9(*--------------------------------------------------------------------------- Copyright (c) 2019 The logs programmers. All rights reserved. SPDX-License-Identifier: ISC ---------------------------------------------------------------------------*) let enable () = let lock = Mutex.create () in let lock () = Mutex.lock lock and unlock () = Mutex.unlock lock in Logs.set_reporter_mutex ~lock ~unlock
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>