Object CoDateOutput

  • All Implemented Interfaces:

    
    public class CoDateOutput
    
                        

    Non-blocking functions used in the output of date and time values in RFC 3339 string representations. The functions all output digits left-to-right, avoiding the need to allocate separate objects to hold intermediate strings.

    Each of the functions comes in two forms – one that takes a suspend function as its last parameter, and an extension function on CoOutput.

    Author:

    Peter Wall