Changeset 20024 for trunk/FACT++


Ignore:
Timestamp:
12/30/20 19:58:35 (4 years ago)
Author:
tbretz
Message:
For the moment, threads are disabled.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/InterpreterV8-4.cc

    r20023 r20024  
    32333233        Handle<FunctionTemplate> thread = FunctionTemplate::New(isolate, WrapThread);
    32343234        thread->SetClassName(String::NewFromUtf8(isolate, "Thread"));
     3235#if 0
    32353236        global->Set(String::NewFromUtf8(isolate, "Thread"), thread, ReadOnly);
     3237#endif
    32363238
    32373239        Handle<FunctionTemplate> file = FunctionTemplate::New(isolate, WrapFile);
Note: See TracChangeset for help on using the changeset viewer.