feat(reactor): 状态机进一步改进

This commit is contained in:
2026-01-04 00:28:44 +08:00
parent 94aaef386b
commit 55c656e8f9
15 changed files with 83 additions and 245 deletions

View File

@@ -22,7 +22,7 @@ class Lict(UserList): # TODO: 优化同步(惰性同步), 当前性能为 O(n)
self,
initlist: list | None = None,
initdict: dict | None = None,
forced_order=True,
forced_order=False,
):
self.dicted_data = {}
if initdict != None: