node: spill buffer todo
This commit is contained in:
parent
7a55d917cc
commit
5e815885ed
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ pub struct NestedNode {
|
|||
Option< Arc<dyn Any + Send + Sync> >
|
||||
>,
|
||||
|
||||
/* TODO:
|
||||
* - spill buffer (contains overflowing elements as well as 'split-off' parts)
|
||||
*/
|
||||
|
||||
/// commander & navigation
|
||||
pub cmd: SingletonBuffer<
|
||||
Option< Arc<RwLock<dyn ObjCommander + Send + Sync>> >
|
||||
|
|
Loading…
Reference in a new issue