purduedb / LIMO

A web-based programming environment for interactive geographical maps, location-oriented data, and the operations of synthetic objects that move on the maps
2 stars 0 forks source link

Global variable use in commuters #8

Open aaron97neu opened 5 years ago

aaron97neu commented 5 years ago

Child to issue #7

In order to provide multithreading, two commuters must first be be able to operate independent of each other. The current implementation uses global variables for locale that are shared between commuters. Each commuter should be self-contained with all locale information