bucklescript-tea
bucklescript-tea copied to clipboard
pending tasks queue unused
It looks like the pending tasks queue is unused, since it is always set to an empty list when it is empty, and then set back to empty afterwards. Was this intended to be written differently to queue up the actions and batch them?
https://github.com/OvermindDL1/bucklescript-tea/blob/94112931d5b9eaf7ae924d9b9162aef6f8530bcb/src-ocaml/tea_app.ml#L46-L60