package async_kernel
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Monadic concurrency library
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=01ced973dbc70535f692f38bed524ae82dba17e26e58791b2fbf0d647b160d2e
doc/async_kernel/Async_kernel/Tail/index.html
Module Async_kernel.TailSource
A pointer to the end of an Async_stream that can be used to extend the stream.
extend t v extends the stream, and will raise an exception if t has been closed.
close_exn t closes t. Subsequent calls to close_exn or extend will raise an exception.
close_if_open t closes t, if it's not already closed. If t is already closed, then this is a no-op.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>