Denatures F on args to create a void function with no arguments.
This is particularly useful when (unsafely) invoking a function from another thread.
The function to denature.
The arguments to denature F to.
A void function() which invokes F on args.
Remarks: Supports renaturing arguments by reference, which may be especially unsafe.
See Implementation
Denatures F on args to create a void function with no arguments.
This is particularly useful when (unsafely) invoking a function from another thread.