Skip to content

Reimplement timer using BukkitScheduler #17

@Aechylus

Description

@Aechylus

Currently, the timer runs using a separate timer thread that sleeps repeatedly. However, this basically amounts to busy-waiting, however efficient it is, and it would be better to delegate the timing logic to the scheduler instead. Let's rewrite the timer code to instead use the BukkitScheduler and take advantage of its timing functionalities.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions