sdfsdfs
This commit is contained in:
@@ -8,16 +8,16 @@ cljs.core.async.impl.dispatch.process_messages = (function cljs$core$async$impl$
|
||||
|
||||
(cljs.core.async.impl.dispatch.queued_QMARK_ = false);
|
||||
|
||||
var count_22284 = (0);
|
||||
var count_21605 = (0);
|
||||
while(true){
|
||||
var m_22285 = cljs.core.async.impl.dispatch.tasks.pop();
|
||||
if((m_22285 == null)){
|
||||
var m_21606 = cljs.core.async.impl.dispatch.tasks.pop();
|
||||
if((m_21606 == null)){
|
||||
} else {
|
||||
(m_22285.cljs$core$IFn$_invoke$arity$0 ? m_22285.cljs$core$IFn$_invoke$arity$0() : m_22285.call(null, ));
|
||||
(m_21606.cljs$core$IFn$_invoke$arity$0 ? m_21606.cljs$core$IFn$_invoke$arity$0() : m_21606.call(null, ));
|
||||
|
||||
if((count_22284 < cljs.core.async.impl.dispatch.TASK_BATCH_SIZE)){
|
||||
var G__22286 = (count_22284 + (1));
|
||||
count_22284 = G__22286;
|
||||
if((count_21605 < cljs.core.async.impl.dispatch.TASK_BATCH_SIZE)){
|
||||
var G__21609 = (count_21605 + (1));
|
||||
count_21605 = G__21609;
|
||||
continue;
|
||||
} else {
|
||||
}
|
||||
|
Reference in New Issue
Block a user