|
|
|
Copyright © 2003-2009 ZeroC, Inc. |
31.3 Library Overview
• mutexes• monitorsThe synchronization primitives permit you to implement concurrency control at different levels of granularity. In addition, the thread abstraction allows you to, for example, create a separate thread that can respond to GUI or other asynchronous events. All of the threading APIs are part of the IceUtil namespace.
|
|