codemp/src
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
..
buffer feat: reworked buffer controller 2023-09-10 03:01:37 +02:00
cursor chore: moved factory under api, restructured 2023-09-10 03:00:47 +02:00
client.rs chore: moved factory under api, restructured 2023-09-10 03:00:47 +02:00
errors.rs feat: added Ignorable Error with generic default 2023-09-04 03:08:52 +02:00
instance.rs feat: added poll/try_recv to controller, fixes 2023-08-21 02:35:56 +02:00
lib.rs docs: mentioned Instance early on 2023-09-05 01:31:57 +02:00
prelude.rs chore: moved factory under api, restructured 2023-09-10 03:00:47 +02:00