Better docs for write_stage
This commit is contained in:
		@@ -1,4 +1,6 @@
 | 
				
			|||||||
//! The `entry_writer` module helps implement the TPU's write stage.
 | 
					//! The `entry_writer` module helps implement the TPU's write stage. It
 | 
				
			||||||
 | 
					//! writes entries to the given writer, which is typically a file or
 | 
				
			||||||
 | 
					//! stdout, and then sends the Entry to its output channel.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use bank::Bank;
 | 
					use bank::Bank;
 | 
				
			||||||
use entry::Entry;
 | 
					use entry::Entry;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,6 @@
 | 
				
			|||||||
//! The `write_stage` module implements write stage of the RPU.
 | 
					//! The `write_stage` module implements the TPU's write stage. It
 | 
				
			||||||
 | 
					//! writes entries to the given writer, which is typically a file or
 | 
				
			||||||
 | 
					//! stdout, and then sends the Entry to its output channel.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use bank::Bank;
 | 
					use bank::Bank;
 | 
				
			||||||
use entry::Entry;
 | 
					use entry::Entry;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user