Skip to content

Commit 8633434

Browse files
committed
Moved TODO out of doc comment.
1 parent ad93c01 commit 8633434

File tree

1 file changed

+5
-4
lines changed
  • api/swimos_agent_protocol/src

1 file changed

+5
-4
lines changed

api/swimos_agent_protocol/src/lib.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ pub mod encoding {
109109

110110
/// # The protocol used by the runtime to communicate with stores.
111111
///
112-
/// TODO Non-transient lanes also implicitly contain a store. They should
113-
/// ultimately use the initialization component of this protocol. Currently,
114-
/// they have initialization messages built into the lane protocol.
115-
///
116112
/// There are two phases to the communication between the runtime and the agent.
117113
///
118114
/// 1. Initialization
@@ -135,6 +131,11 @@ pub mod encoding {
135131
/// 2. The store or land sends [`crate::StoreResponse`] messages each time its state
136132
/// changes which are persisted by the runtime.
137133
pub mod store {
134+
135+
// TODO Non-transient lanes also implicitly contain a store. They should
136+
// ultimately use the initialization component of this protocol. Currently,
137+
// they have initialization messages built into the lane protocol.
138+
138139
pub use crate::store::{
139140
MapStoreInitDecoder, MapStoreResponseEncoder, RawMapStoreInitDecoder,
140141
RawMapStoreInitEncoder, RawMapStoreResponseDecoder, RawValueStoreInitDecoder,

0 commit comments

Comments
 (0)