burst 1.0.0 copy "burst: ^1.0.0" to clipboard
burst: ^1.0.0 copied to clipboard

Lots of threading tools for executing jobs in parallel in various ways.

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();
0
likes
130
pub points
0%
popularity

Publisher

verified publisherarcane.art

Lots of threading tools for executing jobs in parallel in various ways.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

fast_log, precision_stopwatch, thread

More

Packages that depend on burst