Skip to content

Commit

Permalink
rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
fab2s committed Jan 31, 2018
1 parent 5e2bf8b commit 27966df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ This can be useful to find out what is going on within callbacks.

## Flow Map and Registry

Each Flow holds its `FlowMap`, in charge of handling increment and tracking Flow structure. Each `FlowMap` is bound by reference to a global `FlowRegistry` acting as a global state and enforcing the strong uniqueness requirement among Nodes and Flow instances. As the global state is kept withing a static member of every `FlowRegistry` instances, you can at any time and anywhere instantiate `FlowRegistry` to access the complete hash map of all Nodes and Flows, including usage statistics and instances. A more detailed presentation of `FlowMap` and `FlowRegistry` together with some of the design decisions explanation can be found in the [serialization documentation](https://github.com/fab2s/NodalFlow/blob/master/docs/serialization.md).
Each Flow holds its `FlowMap`, in charge of handling increment and tracking Flow structure. Each `FlowMap` is bound by reference to a global `FlowRegistry` acting as a global state and enforcing the strong uniqueness requirement among Nodes and Flow instances. As the global state is kept withing a static member of every `FlowRegistry` instances (acting as an instance proxy to static data), you can at any time and anywhere instantiate a `FlowRegistry` instance and access the complete hash map of all Nodes and Flows, including usage statistics and actual instances. A more detailed presentation of `FlowMap` and `FlowRegistry` together with some of the design decisions explanation can be found in the [serialization documentation](https://github.com/fab2s/NodalFlow/blob/master/docs/serialization.md).

0 comments on commit 27966df

Please sign in to comment.