Fix bug in future causing a segfault. Fixed the test case.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
Thread 0 Started!
|
||||
0
|
||||
FINISHED THREAD 0
|
||||
Threads have finished
|
||||
All Done!
|
||||
|
||||
@@ -22,7 +22,6 @@ fun main() : int {
|
||||
|
||||
println("Threads have finished")
|
||||
|
||||
pthread_exit()
|
||||
println("All Done!")
|
||||
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user