slowdown.fs – Cooperative file system interface

This module provides cooperative versions of the os and os.path module, base on the gevent.threadpool.ThreadPool .

class slowdown.fs.FS

The cooperative file system interface.

io

The cooperative version of io module.

os

The cooperative version of os module.

open

The cooperative version of built-in open function.

spawn()

Begin IO loop tasks.