komuw / wiji

Wiji is an asyncio distributed task processor/queue.
MIT License
4 stars 1 forks source link

remove overloading for OR #18

Closed komuw closed 5 years ago

komuw commented 5 years ago

remove this: https://github.com/komuw/wiji/blob/3fd30d5325921220d1cf2e47125b7b02d9bbde04/wiji/task.py#L213-L226

people can implement their own OR overloading

komuw commented 5 years ago

removed in; https://github.com/komuw/wiji/pull/26