Kotlin / kotlin-jupyter

Kotlin kernel for Jupyter/IPython
Apache License 2.0
1.09k stars 106 forks source link

Fix race condition in `DisplayContainerImpl.displays` list. #393

Closed nikitinas closed 1 year ago

nikitinas commented 1 year ago

Fix concurrent read/write in a list of displays.