Go to file
chris d136101d19 Add a new hash_map class which replaces the map used by the
reactor_op_queue. Change the timer queue implementation to use the hash_map
internally to map a caller-supplied token to the waiting timers. This
should fix the race condition we had previously when setting the token to
0 in the handler callback.
2004-04-21 07:30:32 +00:00
asio Add a new hash_map class which replaces the map used by the 2004-04-21 07:30:32 +00:00