Skip to content
#

macOS

macos logo

macOS is the operating system that powers every Mac computer. It was designed by Apple and is meant specifically for their hardware.

Here are 10,171 public repositories matching this topic...

jasnell
jasnell commented Sep 18, 2020

@addaleax @nodejs/workers ... The following segfaults on master and 14.x ...

I'll be investigating shortly...

'use strict';

const { createSecretKey } = require('crypto');

const { Worker, isMainThread, workerData } = require('worker_threads');

if (isMainThread) {
  const key = createSecretKey(Buffer.from('hello'));
  new Worker(__filename, { workerData: key });
} else {
  

Created by Apple

Released March 24, 2001

Website
www.apple.com/macos
Wikipedia
Wikipedia
You can’t perform that action at this time.