feat: finish implementing scheduling sync and pollers, destination based config sync job

This commit is contained in:
0x330a
2023-09-18 16:13:25 +10:00
parent 43e72550f9
commit ec02087c6b
11 changed files with 113 additions and 68 deletions

View File

@@ -292,7 +292,7 @@ class GroupMembersConfig(pointer: Long): ConfigBase(pointer), Closeable {
}
}
abstract class ConfigSig(pointer: Long) : Config(pointer)
sealed class ConfigSig(pointer: Long) : Config(pointer)
class GroupKeysConfig(pointer: Long): ConfigSig(pointer) {
companion object {