3.1.1 • Published 3 years ago

xcraft-core-activity v3.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

xcraft-core-activity

Handle the activities for the Xcraft server. An activity begins with a command and accordingly to some conditions, the command is push in the waiting or in the running list.

The activity manager looks like a trivial scheduler.

A command (new activity) is executed only if:

  • The same command with the same orc is not already executing.
  • The activity is parallel or no other exclusive activity is already executing.

API

There are only two public (implemented) methods.

  • status
  • execute
3.1.1

3 years ago

3.1.0

3 years ago

3.0.0

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

8 years ago