summaryrefslogtreecommitdiff
path: root/test/long-running
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2015-09-02 12:50:23 +1000
committerJason Zaugg <jzaugg@gmail.com>2015-09-02 13:43:11 +1000
commit06ad297a07716910814651acd60736978aa54d63 (patch)
tree92df185fbf38870c712b8f6e2c328799093d0390 /test/long-running
parent1566196669bb74891a2116236b3e76ea340f6c29 (diff)
downloadscala-06ad297a07716910814651acd60736978aa54d63.tar.gz
scala-06ad297a07716910814651acd60736978aa54d63.tar.bz2
scala-06ad297a07716910814651acd60736978aa54d63.zip
Add an option to let pres compiler user manage threading
The presentation compiler currently demands that all interaction is performed by asynchronous submission of work items, which are queued and executed on the presentation compiler thread. This is fairly inconvenient if you are a known-single-threaded client that is trying to use the compiler from your own thread. This commit adds an option to disable "assertCorrectThread" to better support this use case.
Diffstat (limited to 'test/long-running')
0 files changed, 0 insertions, 0 deletions