Skip to content

AkshayMohan/pawn-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pawn-queue

sampctl

Description

Implementation of Queue data structure in PAWN.

Installation

Using sampctl

  1. Get sampctl if you haven't installed already.
  2. Simply install to your project:
sampctl package install AkshayMohan/pawn-queue

Manually

  1. Clone / Download the repository.
  2. Copy pawno folder into your server directory.

Including

Include in your code and begin using the library:

#include <queue>

Documentation

Detailed documentation can be found here - https://github.com/AkshayMohan/pawn-queue/wiki

Changelogs

v1.2.0 - 15th of January, 2019.

  • Added support for multi-dimensional queues:
    • Queue arrays.
    • Queue matrices.

v1.0.1 - 13th of January, 2019.

  • Added macro queue_force_enqueue

v1.0.0 - 13th of January, 2019.

  • Initial release.

License

Licensed under MIT - LICENSE.

About

Implementation of Queue data structure in PAWN.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages