| later2-package | Utilities for Scheduling Functions to Execute Later with Event Loops |
| catch | Access the results of a promise |
| create_loop | Private event loops |
| current_loop | Private event loops |
| destroy_loop | Private event loops |
| exists_loop | Private event loops |
| finally | Access the results of a promise |
| global_loop | Private event loops |
| is.promise | Determine whether an object is a promise |
| later | Executes a function later |
| later_fd | Executes a function when a file descriptor is ready |
| next_op_secs | Relative time to next scheduled operation |
| promise | Create a new promise object |
| run_now | Execute scheduled operations |
| then | Access the results of a promise |
| with_loop | Private event loops |
| with_temp_loop | Private event loops |