Change Log: - Added `aiuti.itertools` module with `exhaust()` and `split()` - Added additional queuing methods to `BufferAsyncCalls`: - `.await_()` for queuing an awaitable - `.map()` for queuing from an iterable - `.amap()` for queuing from an async iterable
0.2
Change Log: - Added a thread-safe filelock implementation