codemp/src
alemi 948a1b4de5 feat: workspace streaming attach and lists
to join a workspace, attach to it. to leave a workspace, close the
channel. on such channel you get workspace events (new buffers, user
leave, ...). must fetch current buffers and users upon join. if
workspace doesn't exist, server should create it on attach
also dashmap everywhere to get/put simple
2024-02-07 01:12:05 +01:00
..
api feat: implemented leave workspace and list buffer users, various fixes 2024-01-25 17:05:06 +01:00
buffer chore: proto cleanup and simplification 2024-02-07 01:09:28 +01:00
cursor chore: we don't need user_id this deep actually 2024-02-07 01:11:36 +01:00
client.rs feat: workspace streaming attach and lists 2024-02-07 01:12:05 +01:00
errors.rs feat: workspaces and new library structure 2024-01-25 02:13:45 +01:00
instance.rs fix: moved select_buffer out of client 2023-11-28 02:22:21 +01:00
lib.rs chore: proto cleanup and simplification 2024-02-07 01:09:28 +01:00
prelude.rs chore: we don't need user_id this deep actually 2024-02-07 01:11:36 +01:00
workspace.rs feat: workspace streaming attach and lists 2024-02-07 01:12:05 +01:00