TF-695: implement isolate for empty trash

This commit is contained in:
ManhNTX
2022-08-12 09:51:31 +07:00
committed by Dat H. Pham
parent 64d6ad6272
commit f05114b772
12 changed files with 97 additions and 49 deletions
+4
View File
@@ -0,0 +1,4 @@
class BindingTag {
static const String threadExecutor = '#ThreadExecutor' ;
}