| threaddemo.data.PhadhailEditorSupport
PhadhailEditorSupport | final class PhadhailEditorSupport extends CloneableEditorSupport implements OpenCookie,CloseCookie,EditorCookie.Observable,PrintCookie(Code) | | An editor for phadhails.
author: Jesse Glick |
prepareDocument | public Task prepareDocument()(Code) | | Same as default behavior in CES except solves a deadlock.
The problem arises e.g. when first calling openDocument while
holding a write lock: the prepareDocument task is posted to RP,
where it starts to run but then Env.inputStream blocks getting
a read lock.
|
|
|