Does shelve write to disk on every change?
I wish to use shelve in an asyncio program and I fear that every change will cause the main event loop to stall.
I wish to use shelve in an asyncio program and I fear that every change will cause the main event loop to stall.