tarantool / queue

Create task queues, add and take jobs, monitor failed tasks
Other
236 stars 52 forks source link

Refactoring the ttls driver #134

Open LeonidVas opened 3 years ago

LeonidVas commented 3 years ago

Looks like utube and utubettl (fifo and fifottl) drivers have a lot of common code. It would be nice to reuse the code and implement the ttl drivers as a "decorator" for the "base" drivers.