threading 0.0.3 copy "threading: ^0.0.3" to clipboard
threading: ^0.0.3 copied to clipboard

discontinued
outdatedDart 1 only

Threading is an implementation of the cooperative, non-preemptive multitasking (software threads). Also can be used in conjunction with any third-party libraries for parallel computations (for the coo [...]

0.0.3 #

  • Added public getter Thread.state

0.0.2 #

  • Added an example example_producer_consumer_problem.dart. Also known as the bounded-buffer problem

0.0.1 #

  • Initial release
11
likes
0
pub points
69%
popularity

Publisher

unverified uploader

Threading is an implementation of the cooperative, non-preemptive multitasking (software threads). Also can be used in conjunction with any third-party libraries for parallel computations (for the coordination and synchronization).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on threading