pair programming
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_21745 = (0);
|
||||
var count_22284 = (0);
|
||||
while(true){
|
||||
var m_21746 = cljs.core.async.impl.dispatch.tasks.pop();
|
||||
if((m_21746 == null)){
|
||||
var m_22285 = cljs.core.async.impl.dispatch.tasks.pop();
|
||||
if((m_22285 == null)){
|
||||
} else {
|
||||
(m_21746.cljs$core$IFn$_invoke$arity$0 ? m_21746.cljs$core$IFn$_invoke$arity$0() : m_21746.call(null, ));
|
||||
(m_22285.cljs$core$IFn$_invoke$arity$0 ? m_22285.cljs$core$IFn$_invoke$arity$0() : m_22285.call(null, ));
|
||||
|
||||
if((count_21745 < cljs.core.async.impl.dispatch.TASK_BATCH_SIZE)){
|
||||
var G__21748 = (count_21745 + (1));
|
||||
count_21745 = G__21748;
|
||||
if((count_22284 < cljs.core.async.impl.dispatch.TASK_BATCH_SIZE)){
|
||||
var G__22286 = (count_22284 + (1));
|
||||
count_22284 = G__22286;
|
||||
continue;
|
||||
} else {
|
||||
}
|
||||
|
Reference in New Issue
Block a user