Basic queue & actor notes
parent
323a0c9a63
commit
9546c11798
|
@ -1 +1,11 @@
|
|||
# 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*.
|
||||
|
||||
## Boot Process
|
||||
*To be implemented*
|
||||
**TODO**
|
||||
|
||||
## Memory Management
|
||||
*To-Do*
|
||||
**TODO**
|
||||
|
||||
## Processes
|
||||
*To-Do*
|
||||
- [postcard](https://lib.rs/crates/postcard) for message passing
|
||||
**TODO**
|
||||
|
||||
## Error Handling
|
||||
All errors must be handled gracefully by the `kernel`. If possible, they should simply log an error.
|
||||
|
|
Loading…
Reference in New Issue