Hilbish/docs
TorchedSammy c95ff42dee
feat: add timer pool and api (closes #135)
adds a map (but lets call it a pool) of all
running timers. this makes us able to keep
track of all running intervals and timeouts.
it also means hilbish can wait for them to
be done before exiting (it only waits when
non interactive).

this introduces the `hilbish.timers` interface,
documented by `doc timers`. the `hilbish.interval`
and `hilbish.timeout` functions return a timer
object now.
2022-04-12 19:31:48 -04:00
..
hooks docs: add exitCode to job docs 2022-03-19 13:14:12 -04:00
vim-mode docs: rename vimMode to vim-mode 2022-03-22 18:39:22 -04:00
bait.txt docs: [ci] regenerate new docs 2022-02-25 22:00:39 +00:00
commander.txt docs: [ci] regenerate new docs 2022-02-25 22:00:39 +00:00
fs.txt docs: [ci] regenerate new docs 2022-02-25 22:00:39 +00:00
hilbish.txt docs: [ci] generate new docs 2022-04-04 10:40:25 +00:00
runner-mode.txt docs: add more docs for runner mode interface 2022-03-22 18:38:13 -04:00
terminal.txt docs: [ci] generate new docs 2022-04-04 10:40:25 +00:00
timers.txt feat: add timer pool and api (closes #135) 2022-04-12 19:31:48 -04:00