mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-15 17:51:15 +00:00
updated todo in readme
This commit is contained in:
parent
aba7324ba6
commit
ec84d46d5e
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,7 @@ The idea behind Steward is to help out with exactly that, and let you handle the
|
|||
- [Subject](#subject)
|
||||
- [Complete subject example](#complete-subject-example)
|
||||
- [TODO](#todo)
|
||||
- [Move the processes map into it's own go routine](#move-the-processes-map-into-its-own-go-routine)
|
||||
- [Services at startup of Steward. Could be implemented by having a local folder of messages to go through at startup. What is needed](#services-at-startup-of-steward-could-be-implemented-by-having-a-local-folder-of-messages-to-go-through-at-startup-what-is-needed)
|
||||
- [A carrier type of message, that are able to forward a message on behalf of others, and are not directly ment for itself](#a-carrier-type-of-message-that-are-able-to-forward-a-message-on-behalf-of-others-and-are-not-directly-ment-for-itself)
|
||||
- [Workflow request type](#workflow-request-type)
|
||||
|
@ -769,6 +770,10 @@ For CliCommand message to a node named "ship1" of type Command and it wants an A
|
|||
|
||||
## TODO
|
||||
|
||||
### Move the processes map into it's own go routine
|
||||
|
||||
Use channels to update and get values, and get rid of the use of mutex's.
|
||||
|
||||
### Services at startup of Steward. Could be implemented by having a local folder of messages to go through at startup. What is needed
|
||||
|
||||
- A Handler that writes to this folder.
|
||||
|
|
Loading…
Reference in a new issue