alti_api.versions.v1_0.resourceManager module

Multithreaded resource manager

class alti_api.versions.v1_0.resourceManager.Resource

Bases : dict

Nothing more than a dict for now

class alti_api.versions.v1_0.resourceManager.ResourceManager

Bases : object

Handle resources to support multithreading. Now with sqlite

__init__()
async delete(res_id)
async get(res_id) Resource
async items()
async keys()
async set(res_id, value: Resource)