mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
changelog: add new MP functions
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
parent
a94a5c2e1e
commit
3aae3d2582
1 changed files with 15 additions and 0 deletions
15
CHANGELOG
15
CHANGELOG
|
|
@ -27,6 +27,21 @@
|
|||
destination (specified with "--prefix" parameter given to configure
|
||||
script).
|
||||
|
||||
* Pending changes since 16.0.0
|
||||
** API changes
|
||||
|
||||
- New MP functions:
|
||||
mp:with-rwlock
|
||||
mp:try-get-semaphore (non-blocking)
|
||||
mp:mailbox-try-read (non-blocking)
|
||||
mp:mailbox-try-send (non-blocking)
|
||||
|
||||
** Enhancements:
|
||||
|
||||
- Added code walker (present as *feature* :walker)
|
||||
|
||||
** Issues fixed:
|
||||
|
||||
* 16.0.0 changes since 15.3.7
|
||||
** API changes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue