In Control (Kary Ng album)

In Control is Kary Ng's second solo album released on June 8, 2007 in CD+DVD and CD formats. It is the champion of the album award of the four channels in Hong Kong (Chinese: 四台聯頒音樂大獎的大碟獎) in 2007.

In Control
Studio album by
Kary Ng
ReleasedJune 8, 2007 (2007-06-08)
GenreCantopop, Mandopop, C-rock
LabelGold Label Records
ProducerGary Chan
Kary Ng chronology
With a Boy Like U
(2006)
In Control
(2007)
Lady K: Transformation
(2008)

Track listing

Unless otherwise specified, the songs below were sung in Cantonese.

  1. "山歌 (Folk songs)" feat. Justin Lo) Mountain Song
  2. "各行各路" Separate Ways
  3. "逼得太緊" Under Too Much Pressure
  4. Let Me Go
  5. Control (Cantonese)
  6. "愛過一場" (Mandarin) Loved For A Moment
  7. "馬戲團之戀" Love In The Circus
  8. Mr. Sorry
  9. "失控" Out Of Control
  10. "" Fear
  11. "座右銘" Motto
  12. Control (Mandarin)


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?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.