Ticket #46 (closed improvement: wontresolve)
pc::thread, pc::process should accept functor as routine for computation
| Reported by: | niam | Owned by: | niam |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.13.0 |
| Component: | Version: | ||
| Severity: | feature | Keywords: | |
| Cc: |
Description
pc::thread::collection, pc::process::collection should be able to work with functors as a computation routine. The target functor should overload some 'routine' method in the base class which will be called in parallel.
Change History
Note: See
TracTickets for help on using
tickets.

This won't give any benefits and will only complicate the interface.