Jean Nohain

Jean Nohain (1900–1981) was a French playwright, lyricist, and screenwriter, as well as a noted radio and television producer and presenter. He was the son of the librettist Franc-Nohain and the brother of the actor Claude Dauphin.[1]

Jean Nohain
Nohain (right) with Gilbert Richard in 1969.
Born16 February 1900
Died25 January 1981 (1981-01-26) (aged 80)
Paris, France
Other namesJean-Marie Legrand
OccupationComposer

Selected filmography

gollark: Thanks. Apparently that works. Is there a way to *cancel* that task from the function which spawns it?
gollark: I think I'm missing something then. It says```rusterror[E0373]: async block may outlive the current function, but it borrows `ws`, which is owned by the current function --> src/connection.rs:40:23 |40 | task::spawn(async { | _______________________^41 | | let mut interval = stream::interval(Duration::from_secs(10));42 | | while let Some(_) = interval.next().await {43 | | ws.send_string("Hi".to_string()); | | -- `ws` is borrowed here44 | | }45 | | }); | |_____^ may outlive borrowed value `ws````
gollark: `WebSocketConnection` is not.
gollark: I found `async-scoped`, but it seems like that would either block the entire thread or possibly cause safety issues.
gollark: Hi. I'm trying to concurrently read from a websocket and do some things with that socket at an interval, with `async_std` and `tide-websocket`. I thought I could use `task::spawn` for this, but it seems to want that to only use `'static` things, which the websocket connection is not. What's the right way to do this?

References

  1. Oscherwitz & Higgins p.118

Bibliography

  • Dayna Oscherwitz & MaryEllen Higgins. The A to Z of French Cinema. Scarecrow Press, 2009.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.