pebble icon indicating copy to clipboard operation
pebble copied to clipboard

Multi threading and processing eye-candy.

Results 13 pebble issues
Sort by recently updated
recently updated
newest added

When exception is raised in process or thread, pebble handler assign formatted string exception to traceback attribute of upstream exception, however this does not work if exceptions attributed are frozen....

bug

Corrects the error being thrown in the timeout example in README and makes it more meaningful by adding sleep to simulate tasks and printing results from processes that finish.

# Description When using the `map` function, it is significantly slower than the `multiprocessing.Pool.map` function or the `multiprocessing.Pool.imap` function. For example, a task that takes 14 seconds on `multiprocessing.Pool.map` or...