Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit f8982d8

Browse files
[wip] split inbound/outbound channels, use state transitions, cleanup
1 parent 534ea13 commit f8982d8

File tree

6 files changed

+654
-357
lines changed

6 files changed

+654
-357
lines changed

src/events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ impl EventQueue {
5454
}
5555
}
5656

57-
/// An Event which you should probably take some action in response to.
57+
/// An event which you should probably take some action in response to.
5858
#[derive(Debug, Clone, PartialEq, Eq)]
5959
pub enum Event {
6060
/// A LSPS2 (JIT Channel) protocol event

0 commit comments

Comments
 (0)