Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 509 Bytes

readme.md

File metadata and controls

28 lines (20 loc) · 509 Bytes

todo:

  • publish as a library
    • rm unnecessary deps, like trio
    • add a setup.py
  • refactor to suffice sans I/O

test cases:

# body comes after `%end`

run-shell 'date; sleep 3; date'
%begin 1623138361 111675 1
%end 1623138361 111675 1
Tue Jun  8 03:46:01 PM CST 2021
Tue Jun  8 03:46:04 PM CST 2021
# output bytes bigger than PIPE_BUF
# which causes `BlockingIOError: write could not complete without blocking`
# in multi-coroutine env

list-keys