-
- Downloads
Implement flushing for concurrent evaluation
ASTNode.flushTreeCache() was not implemented when generating code for concurrent evaluation. This makes flushing work with concurrent evaluation. However, note that flushing is only safe if no other thread is concurrently evaluating attributes or trying to flush the cache. fixes #289 (bitbucket)
Showing
Please register or sign in to comment