RasterBar
Results
2
issues of
RasterBar
https://github.com/tdlight-team/tdlight#tdlight-extra-options
I quickly sketched out how to get rid of circular references ``` class CurlMulti: def __init__(self): self._multi = CurlMultiSync() self._scb = self._socket_callback self._tcb = self._timer_callback # Set a callback for...