Uneventful
    Preparing search index...

    Module uneventful/shared

    Tools for sharing tasks, values, services, etc., especially across job boundaries.

    Functions

    expiring

    Proxy an object so it "expires" (becomes inaccessible) with the calling job.

    fork

    Wrap a generator, generator function, or generator method to run in parallel and have a result that can be waited on in parallel as well.

    service

    Wrap a factory function to create a singleton service accessor