codemp/src/buffer
alemi 0154e5a032
fix: try_recv() channel error : delta may be None
basically if there was no change to report, the oneshot would not get
updated which is bad. so we put back the version we got and send a None
(the channel now has nullable TextChange). so basically its always a
try_recv, but its fine since recv is implemented with try_recv + poll
anyway
2024-08-17 00:17:01 +02:00
..
controller.rs fix: try_recv() channel error : delta may be None 2024-08-17 00:17:01 +02:00
mod.rs chore: moved tools into ext 2024-08-10 16:13:16 +02:00
worker.rs fix: try_recv() channel error : delta may be None 2024-08-17 00:17:01 +02:00