Commit Graph
23 Commits
Author SHA1 Message Date
augustin_s e1aef2dc82 unified starting by checking all (instead of new) channels vs. received channels 2023-06-07 20:01:41 +02:00
augustin_s 36cf0d9724 added FIXED_CHANNELS constant 2023-06-06 11:32:22 +02:00
augustin_s ea8c8dabaf split the cases for better messages 2023-06-03 13:38:15 +02:00
augustin_s c6138b4b73 added option the create several channels at once 2023-06-03 13:12:30 +02:00
augustin_s e51ab1428c added flush 2023-06-01 20:13:05 +02:00
augustin_s 2c66613b88 added a timeout counter, also as fake channel 2023-06-01 17:38:16 +02:00
augustin_s 89446f0c56 allow to set timeout and maxsize; fixed a weird conditional 2023-06-01 16:35:50 +02:00
augustin_s cc4fc3268a added Queue subclass where put_nowait honors mutex lock, and that can be flushed 2023-06-01 13:59:58 +02:00
augustin_s bab3232c82 added __repr__ for everything 2021-09-10 14:39:51 +02:00
augustin_s b6d5b33746 removed unused obj 2021-09-09 14:31:04 +02:00
augustin_s 718c59b3c5 simplified repack() logic 2021-09-09 14:16:57 +02:00
augustin_s 78591549a9 made BSCache.run() a generator; moved dealing with the queue completely into ProdThread; allowed setting the maxsize of the queue from ProdThread() 2021-09-08 18:41:27 +02:00
augustin_s 36b14b470c Update README.md 2021-09-08 12:30:54 +00:00
augustin_s f8cd002cb0 added package structure 2021-09-08 14:04:00 +02:00
augustin_s 583f618016 allowed iteration over BSVar 2021-09-08 13:53:39 +02:00
augustin_s ab24e53b44 added availability check to BSCache.get_var() 2021-09-08 13:52:42 +02:00
augustin_s f42605e619 added modulo/offset to BSCache.get_var() 2021-09-08 12:57:39 +02:00
augustin_s b616345842 removed KeyError printing 2021-09-08 12:48:04 +02:00
augustin_s c1b4b7e476 drop data that is missing newly added channel 2021-09-08 11:33:59 +02:00
augustin_s bb9894f187 added ignore list 2021-09-08 11:33:23 +02:00
augustin_s 798333232f something to read 2021-09-08 10:54:36 +02:00
augustin_s 861bbfe9b3 first prototype 2021-09-08 10:52:08 +02:00
augustin_s 221f12166c Initial commit 2021-09-07 20:50:42 +00:00