Basic queue & actor notes
This commit is contained in:
		
							parent
							
								
									323a0c9a63
								
							
						
					
					
						commit
						9546c11798
					
				
					 2 changed files with 13 additions and 4 deletions
				
			
		|  | @ -1 +1,11 @@ | ||||||
| # Actor System | # Actor System | ||||||
|  | 
 | ||||||
|  | ## OCAP | ||||||
|  | **TODO** | ||||||
|  | 
 | ||||||
|  | ## Messages | ||||||
|  | **TODO** | ||||||
|  | - [postcard](https://lib.rs/crates/postcard) for message passing | ||||||
|  | - Priority Queue for processing multiple messages, while dealing with higher-priority ones first | ||||||
|  | 
 | ||||||
|  | ### Latency | ||||||
|  |  | ||||||
|  | @ -20,14 +20,13 @@ This will include the [filesystem](/development/design/filesystem.md), [actors]( | ||||||
| This might include operations like *hashing*, *encryption*, and *indexing*. | This might include operations like *hashing*, *encryption*, and *indexing*. | ||||||
| 
 | 
 | ||||||
| ## Boot Process | ## Boot Process | ||||||
| *To be implemented* | **TODO** | ||||||
| 
 | 
 | ||||||
| ## Memory Management | ## Memory Management | ||||||
| *To-Do* | **TODO** | ||||||
| 
 | 
 | ||||||
| ## Processes | ## Processes | ||||||
| *To-Do* | **TODO** | ||||||
| - [postcard](https://lib.rs/crates/postcard) for message passing |  | ||||||
| 
 | 
 | ||||||
| ## Error Handling | ## Error Handling | ||||||
| All errors must be handled gracefully by the `kernel`. If possible, they should simply log an error. | All errors must be handled gracefully by the `kernel`. If possible, they should simply log an error. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue