Closed
Description
This would let you override the 'start' lang item to create a program entry point that does not use the scheduler. There's some question about whether this entry point would have the same signature as the lang item or not - there may be use cases for one that accepts the current arguments (like crate_map
) and one that has no arguments.