Commit Graph

2 Commits

Author SHA1 Message Date
John McCall
c5c78c55f2 Add an insertAtFront method to the list merger.
The existing insert method preserves insertion order, but the
atomic queue use case actually wants to *reverse* the natural
insertion order.
2021-11-15 17:28:51 -05:00
John McCall
28c07c56bd [NFC] Add a utility for handling sorted linked lists
We'll be using this in the default actor implementation.
2021-10-21 21:46:55 -04:00