Switch to async-std, refractor notifications code.

This commit is contained in:
Paul Makles
2020-12-28 17:52:22 +00:00
parent 6253a91276
commit c748b4349b
16 changed files with 498 additions and 809 deletions

3
src/notifications/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod websocket;
pub mod events;
pub mod hive;