BREW’s Thread Blocking support using IThread [devx]
BREW follows an asynchronous programming model based on cooperative scheduling which makes porting Blocking IO based applications very difficult. Also its not possible to sleep/yield an applet in BREW. In order to ease this, BREW 3.1 has defined an IThread interface.
Check out this article for more details on IThread.
leave a comment