codemp/src/buffer
alemi 5277eceb01 feat: reworked buffer controller
basically now calling recv assumes we have locked the editor state, and
no more operations will be enqueued. this allows to safely transform and
send server operations. the way local ops are transformed and sent is
still kinda buggy but it mostly works? "dead"locks sometimes until more
stuff arrives. also buffercontroller no longer implements operation
factory, you gotta make a factory yourself
2023-09-10 03:01:37 +02:00
..
controller.rs feat: reworked buffer controller 2023-09-10 03:01:37 +02:00
mod.rs feat: reworked buffer controller 2023-09-10 03:01:37 +02:00
worker.rs feat: reworked buffer controller 2023-09-10 03:01:37 +02:00