Skip to content

Add remove method to FILO queue in actor-lib

Christine Lemmer-Webber requested to merge add-remove-to-filo-queue into master

This allows for removal of objects that are in the filo queue, although it is O(n) since it searches the list until it finds a result (using the traditional srfi-1 remove procedure).

Merge request reports