Skip to content

Commit

Permalink
Rewrite the core to remove the goroutine stuff
Browse files Browse the repository at this point in the history
The goroutine implementation for the core was fairly simple, but it was
also confusing and required resource management (via Start() and
Stop()). Rewrite the core to run StepCycle() on the calling goroutine
instead, by generating and then processing a task list.
  • Loading branch information
lilyball committed Apr 7, 2012
1 parent fd8455e commit 3603d6b
Show file tree
Hide file tree
Showing 6 changed files with 441 additions and 370 deletions.

0 comments on commit 3603d6b

Please sign in to comment.