This website works better with JavaScript
Home
Explore
Help
Sign In
blitz
/
monkey2
mirror of
https://github.com/blitz-research/monkey2.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Temp thread module namespace now std.thread
Mark Sibly
7 years ago
parent
9ebbca81f5
commit
f0914c1e9a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
modules/thread/thread.monkey2
+ 1
- 1
modules/thread/thread.monkey2
View File
@@ -1,5 +1,5 @@
-
'
Namespace std.thread
+Namespace std.thread
#If __THREADS__