sbt / sbt-remote-control

Create and manage sbt process using unicorns and forks
Other
74 stars 14 forks source link

Rename ReadOnlyServerEngine to RequestProcessor #218

Closed havocp closed 9 years ago

havocp commented 9 years ago

and nextStateRef to readOnlyStateRef, and clarify some comments.

These classes have evolved over time. The way it works now, the ServerEngine is the sbt loop, and the request processor class (now called RequestProcessor) happens to have a read only copy of the state.

I think this will make it easier for newcomers to the code to figure out what's going on.

henrikengstrom commented 9 years ago

LGTM