EU4.Stats.Web.Test |
이름 | 설명 |
---|---|
Bootstrapper | |
ErrorMessage | Class that will be serialized to the client on error. It contains a user friendly and developer friendly messages. |
ErrorMessage.InnerError | |
IncrementIdGenerator | Thread safe incremental counter that picks up with the last id from the previous run of the program |
Program | |
SavegameStorage | |
StatsModel | |
StatsModule | |
Templater | The Templater provides a thread safe mechanism for rendering objects into html, caching the template, and updating the template whenever the template changes. The current implementation uses mutual exclusive locking. The reason for this is two-fold. One, it is easy to get threading right, and secondly, generating the resulting html isn't computationally intensive so the lock will only be acquired for a few moments. |