Ardian
07/30/2020, 5:09 AMfork
system call but I don't think the fork
function is available. However, I see it being mentioned in the below SO posts. Is there something I'm missing?
https://stackoverflow.com/questions/57190228/using-kotlin-native-how-can-i-execute-an-external-os-executable-or-path-comman
https://stackoverflow.com/questions/51460921/kotlin-native-execute-an-executableArtyom Degtyarev [JB]
07/30/2020, 9:37 AMimport platform.posix.fork
Ardian
07/30/2020, 1:21 PMUnresolved reference: fork
Artyom Degtyarev [JB]
07/30/2020, 1:26 PMArdian
07/30/2020, 1:36 PMArtyom Degtyarev [JB]
07/30/2020, 1:46 PMArdian
07/30/2020, 1:50 PMnapperley
07/30/2020, 10:05 PMArdian
07/31/2020, 3:46 AM