Only non-blocking function can be run as .. non-blocking functions using these libraries.
ie. writing to file or using sockets, which are not 'io blocking' in of themselves, can be made to run in the background with those libraries.
That's why those libraries only show you examples using sockets, http calls, etc.