module documentation
(source)

Utility classes for spread.
Class ​Callback​Page​Collector I receive pages from the peer. You may instantiate a Pager with a remote reference to me. I will call the callback with a list of pages once they are all received.
Class ​File​Pager Reads a file in chunks and sends the chunks as they come.
Class ​Local​As​Remote A class useful for emulating the effects of remote behavior locally.
Class ​Local​Async​Forwarder A class useful for forwarding a locally-defined interface.
Class ​Local​Method Undocumented
Class ​Pager I am an object which pages out information.
Class ​String​Pager A simple pager that splits a string into chunks.
Function get​All​Pages A utility method that will call a remote method which expects a PageCollector as the first argument.
def getAllPages(referenceable, methodName, *args, **kw): (source)
A utility method that will call a remote method which expects a PageCollector as the first argument.