Changeset 74955

Timestamp:
Oct 15, 2011, 11:59:12 PM (11 years ago)
Author:
chris_kohlhoff
Message:

Make number of strand implementations configurable by defining
BOOST_ASIO_STRAND_IMPLEMENTATIONS to the number.

Programs can now define BOOST_ASIO_ENABLE_SEQUENTIAL_STRAND_ALLOCATION to
switch the allocation of strand implementations to use a round-robin approach
rather than hashing.

Fix potential strand starvation issue that can occur when strand.post() is used.

(No files)

Note: See TracChangeset for help on using the changeset viewer.