arudradey's picture
download
raw
595 Bytes
/*
* Copyright 2026 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/
#include <features.h>
#include <emscripten/threading.h>
#include "threading_internal.h"
static bool dummy(double now) {
return false;
}
weak_alias(dummy, _emscripten_check_timers);
bool _emscripten_yield(double now) {
if (emscripten_is_main_runtime_thread()) {
return _emscripten_check_timers(now);
}
return false;
}

Xet Storage Details

Size:
595 Bytes
·
Xet hash:
7c09534436ef7504270b76e49a834b970d91cc3de42e7237135990235d98d5a4

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.