Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
5534 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
jsffisleep.mjs 211 B
export default async (__exports) => {
  __exports.testWouldBlock();
  await __exports.testLazySleep(1000000, 1024);
  await __exports.testThreadDelay(1000000, 1024);
  await __exports.testInterruptingSleep();
}