资 源 简 介
MinD-cpp is a minimalist container to support asynchronous programmming using a time-stamped event queue. It can run in two modes:
* simulation mode, which uses "virtual time machine" which can jump forward in time quickly and thereby compress long sequence of events in a very short time.
* real time mode, which uses "system time" to match the pace of the system clock.
MinD-cpp can be used as part of the target code for your system, or a test driver to execute a set of time sequence of events.