Add a NEWS entry.
This commit is contained in:
parent
b23d0653e0
commit
aeeb4941c3
|
@ -0,0 +1,3 @@
|
|||
Add a way to queue various operations in one interpreter to run safely in
|
||||
another. This includes moving the pending calls from a circular queue to a
|
||||
linked list, to allow for a more flexible queue.
|
Loading…
Reference in New Issue