burst

Creator: coderz1093

Last updated:

0 purchases

burst Image
burst Images

Languages

Categories

Add to Cart

Description:

burst

Lots of threading tools for executing jobs in parallel in various ways.
Usage #
MultiBurst burst = MultiBurst(threadCount: 8);
burst.queue(() => expensiveCall());
burst.queue(() => expensiveCall());
burst.queue(() => expensiveCall());

burst.flush();

// Keep flushing until all jobs are done.
burst.flushAll();

// Stop threads
burst.close();
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.