Skip to content

Commit

Permalink
Update the NEWS entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently committed Jun 17, 2020
1 parent 5b2ec06 commit ecba995
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
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.
Allow one interpreter to request specific low-level (memory-related)
operations to happen in another interpreter at some point in the future.
This includes a new "private" C-API function for each operation, as well
as moving the pending calls from a circular queue to a linked list
(to allow for a more flexible queue).

0 comments on commit ecba995

Please sign in to comment.