Skip to content

Tags: SimDart/simdart

Tags

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 0.4.0 (#19)

* Trying to close pending Completers. #18

* Trying to close pending Completers. #18

* Trying to close pending Completers. #18

* Removing nextAction debug track. #18

* Adding error handling. #18

* Removing unused import.

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
14 version 030 (#17)

* Simplifying code. #14

* Allow access to the list of created resources.

* Added: `runState` to check if the simulation has not started, is
running, or has completed. #14

* `stop` method to manually stop the simulation before it completes. #14

* Observer to receive data throughout the simulation. #14

* Removing unimplemented method. #14

* Version 0.3.0

0.2.0

Toggle 0.2.0's commit message
Version 0.2.0

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release/0.1.0 (#1)

* Version 0.1.0-rc.4

* Creating a configuration for resources instead of instantiating the class. This will be important for using Isolates.

Avoiding trying to re-execute an event that will not have a chance to have a resource released.

* Adding unit test.

* Restructuring code. Creating an action loop. An action is generic and not just an event. Necessary to use as generators and/or triggers repeating during the loop.

* Making repeatProcess work without handling rejected event policy.

* Using RejectedEventPolicy.

* Updating README

* Adding a simple example.

* Updating README

* Making the Interval parameters untilTime and untilCount inclusive.

* Adding until parameter in run method.

* Version 0.1.0