docs: Enhance description for ioslated mode

This commit is contained in:
1ambda 2017-06-27 18:42:51 +09:00
parent 83eb2e5f17
commit 66d02ba7e7

View file

@ -65,6 +65,8 @@ From the code perspective, there is only one `InterpreterGroup` for the scoped m
**Isolated** mode runs separate interpreter process for each Note. So, each Note have absolutely isolated session.
From the code perspective, there is only one `InterpreterGroup` for the scoped mode, but multiple sessions in one `InterpreterGroup`.
## Which mode should I use?
<br/>